Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (12,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,366 895,366 00000000000000000001a3ed63ef29c5837cbaf37d84858a887d06d0856e8985 0.06 MB 150 6
895,365 895,365 000000000000000000017f773145159bea066970b119ed7234af78e778fa9161 1.40 MB 2,937 3
895,364 895,364 00000000000000000001d5979a2ee85694338aea7d3d7dc0523f5853c5c12d09 0.10 MB 244 3
895,363 895,363 00000000000000000000dec05b5de80734b1ec99fa8f1a0dc9ce571b97a639b6 1.61 MB 2,731 3
895,362 895,362 000000000000000000019a282ad28080a9fdc81dd209c608646f3ef942f34a14 0.06 MB 122 3
895,361 895,361 00000000000000000001ad8b2ea20c0250b5501608e6c5a5ec93860737987d29 1.42 MB 2,172 3
895,360 895,360 000000000000000000008e56d2e5e201344adeedf1bfa104d9783682a13e32fe 1.12 MB 907 1
895,359 895,359 00000000000000000001400b6084896ee1f5d3cca8adf37fff9c9acee4873b83 1.52 MB 2,782 3
895,358 895,358 00000000000000000000bd63848a6026cae37350ccb3314d93e66a9e55af0f4d 1.77 MB 2,634 3
895,357 895,357 00000000000000000000c43d4e370b3e8d163f1faa3b1ff6db7786c45bf58ec0 1.71 MB 2,972 1
895,356 895,356 0000000000000000000018c5c8551ce631e3db2c8ae6920cd1a6b3156491d772 1.67 MB 1,328 2
895,355 895,355 000000000000000000009cf5311bad207e9672d56ef979a08da008c8c2d6893e 1.43 MB 2,154 3
895,354 895,354 00000000000000000001d5a3fd3ffd0de9db3c1c44502b82b94b74fdc8cd7eb1 1.61 MB 3,173 3
895,353 895,353 000000000000000000018b771b924d1253c2378d28d73db299a0190d37041357 1.57 MB 4,284 6
895,352 895,352 00000000000000000002270fded26dfabda2e1536387df6fdfcd98f041640e20 1.40 MB 2,909 4
895,351 895,351 0000000000000000000071a6f8ab2329673a894d0517205b264b1de7ae8e563c 1.45 MB 2,824 3
895,350 895,350 00000000000000000000ba481a322ef033d993b337b74193470df330ddc1c9a0 1.61 MB 2,351 3
895,349 895,349 000000000000000000019b74927703c28e820aa19f9c2a7500100bacf97a75aa 1.44 MB 2,336 2
895,348 895,348 000000000000000000025cc7bc3838e7d9272e8a96c232b175b1097a2bb6788f 1.29 MB 1,288 1
895,347 895,347 00000000000000000001faa2e0955e89a80dcfadd651794276b1ba626123f7f0 1.49 MB 3,138 4
895,346 895,346 00000000000000000002237ed6ed047069053c25cc593bc38ff7faeb379450b6 0.45 MB 442 2
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.