Memory Pool Memory Pool Refreshing

3,539 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (599,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,051 308,051 00000000000000000e2e45d518630edaeaf41d976ef9e243090ecd4ec2937e97 0.01 MB 20 36
308,050 308,050 0000000000000000011118636d826a34b6c35f8fb1a2321546029c2ef2cfe96d 0.07 MB 126 29
308,049 308,049 00000000000000002c13710b2c64380ac8315b5fa3e7a49641872e427a1c83fd 0.05 MB 122 21
308,048 308,048 000000000000000001cb085dbc38faabe79186305e1c775707c01b135adb63a1 0.41 MB 655 29
308,047 308,047 00000000000000002fbb9722128747bda117009b3d5ffa28cc847858f80def8a 0.19 MB 259 26
308,046 308,046 000000000000000001dd7cb5d9f86084b1009d42a803b43798426c6a2df0fa1f 0.02 MB 32 17
308,045 308,045 00000000000000001cdd4da04e8b6f73598c90870bff8d62178a5d4afe38d6bc 0.13 MB 198 25
308,044 308,044 000000000000000005e69c8abb23bf69e77aa65d92a582f4fa679a84a5994414 0.09 MB 121 28
308,043 308,043 0000000000000000368c5b87d819076ce7cefbafbb271abba87abcee4412f67b 0.10 MB 232 21
308,042 308,042 0000000000000000427ec28440fb3422ca539152a1eb18a7a8692b35c0951cb1 0.11 MB 231 31
308,041 308,041 000000000000000024a82447eaa27acc22ff2cdf6ed99ee95c99a74f3f9d0f8e 0.44 MB 641 27
308,040 308,040 000000000000000040c4535e6609d964ffcfbfef888b480ffd440b2bd94d68a5 0.09 MB 170 27
308,039 308,039 00000000000000001711136aa850f9328d7082df78369627d13e72714aa0e156 0.07 MB 127 28
308,038 308,038 0000000000000000211cc77fb8a3524353a393f2b3573027cce4b09b35b90ceb 0.03 MB 62 31
308,037 308,037 0000000000000000213e4df23dc243d18a2d7a59893835e96da9c9fb92f01f16 0.07 MB 141 31
308,036 308,036 00000000000000003adfd7e9fb02305e3a9cfb59663dc56e13431d984935b6df 0.08 MB 171 37
308,035 308,035 00000000000000001327225173d45d1b277f85d66cf31bcc95b34b3f7b28f279 0.03 MB 52 22
308,034 308,034 000000000000000048d65682fc5fd1bdeff57f047375a7c877a902f385663b5e 0.27 MB 551 32
308,033 308,033 00000000000000001c208806fb5c587b64b82a9b1f1afc7933ac80f6f4000c6c 0.20 MB 272 25
308,032 308,032 0000000000000000072cb958d97b6e5a2c91e1ce10f4cbab6942867acdd60423 0.02 MB 41 28
308,031 308,031 0000000000000000413dec1c0cd9c3b9c2b2f26691cfc934d3b102b96ce4ec59 0.02 MB 43 33
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.64 GB sent, 93.64 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.