Memory Pool Memory Pool Refreshing

2,329 transactions (0.76 vMB)
  • 1 sats/vbyte = (3 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,099 00000000000000000002349e0000000000000000000000000000000000000000 0.76 vMB 2,325 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,098 (846,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,146 62,146 0000000005c4cb7de14f70a45ac119a24440c6b90a4d1d3096b85eccb73ef140 0.00 MB 1 0
62,145 62,145 0000000009be9e7b1f9a4a25e83ee50c546f9681a7148ef6e27c7b73c107d94f 0.00 MB 1 0
62,144 62,144 000000000e84a7a1fbe8fbe502f9cbcb9c70786fc424a45230423dc9bdf24edf 0.00 MB 1 0
62,143 62,143 000000000d70ffdb35bf971de8ef69e9c04bae451563135b54aed88422e41997 0.00 MB 1 0
62,142 62,142 0000000003d83c92599216c18a26fb337d0f1a7ef2ec0fdbb6f885bf18fd635d 0.00 MB 2 0
62,141 62,141 0000000003f2d6a1f0e92a90d3f717554ac1e20ae01c2bbb3a28f8a6a532ff5d 0.00 MB 1 0
62,140 62,140 0000000001a53bd1b35750f175f09c9511e0789cedaf3c5f26e365f66d7a00da 0.00 MB 1 0
62,139 62,139 0000000005c5ff800046f412dd27085ec8f96e25214825ff5fcb1f60698ce0eb 0.00 MB 1 0
62,138 62,138 000000000c4782eb65eea0a8302cb5d01a3a823208229468bd1959aec2f23cce 0.00 MB 1 0
62,137 62,137 0000000001e048673266f2d66b2b1f939d6d94073f8dcd3a65987adaaa387d94 0.00 MB 1 0
62,136 62,136 0000000003d1dc0b1aff05dea4ec68be5183d91854c7771563685e1880e706fd 0.00 MB 2 0
62,135 62,135 0000000004fe31f3c8077db69ab5f4cf331ebc400e81249496427618588a1b2a 0.00 MB 2 0
62,134 62,134 000000000bd0da6f8cd9be99c2066922d7777b9ce3ba165565930409e6553396 0.00 MB 1 0
62,133 62,133 000000000c6a29ebd7300530cfcf5f7a4c55326f3e4598df8ce47bb61d7546e4 0.00 MB 1 0
62,132 62,132 0000000009021885f40a6f1f9ab20dd0e9995f1db507886393e0d48c55b22dd9 0.00 MB 2 0
62,131 62,131 000000000ba147fa9302d247f9a9afe6089c3715141c0bae939e590dc2b0b127 0.00 MB 1 0
62,130 62,130 0000000000cf9e0e3f77d256245ff06d5df2c6f107b7c0a234c236bbc564d14c 0.00 MB 1 0
62,129 62,129 0000000003f49359538d8f8d6972b0af21370f54652c444cf28818da3fb98087 0.00 MB 1 0
62,128 62,128 000000000663ebb8f80bba95ec8cda7b9ebb5a0001b64d7f4f8f3a2438040f61 0.00 MB 2 0
62,127 62,127 000000000ea6618c774d422da36981bbf6e0ccddd7461ddd3f28659dfc581ace 0.00 MB 1 0
62,126 62,126 00000000076451b3ade030f419975c26b4ec18df3250364e70e3032b42d93bb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,915.20 GB sent, 106.18 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.