Memory Pool Memory Pool Refreshing

8,419 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,526 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (7,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,517 900,517 0000000000000000000032495b4a604596c8973b84de3ca52822db81b5200332 1.65 MB 3,632 4
900,516 900,516 00000000000000000001aab2807667330be5b7042f9ed6b3e5f7a97628fc4ead 1.62 MB 4,611 3
900,515 900,515 00000000000000000001301e32b5135e85f275cd643101979d34db4dd2596963 1.56 MB 3,762 7
900,514 900,514 00000000000000000001b597744a699a941bf3f78b50e000cd1d6f8b7a87dac2 1.69 MB 3,326 4
900,513 900,513 00000000000000000001486345756b414682b54344ab7d7917e15ed1c414f5d5 1.50 MB 3,730 9
900,512 900,512 000000000000000000000326ba85db00c833c9c496f467ff502df745a9e39e22 1.65 MB 3,476 2
900,511 900,511 00000000000000000000b3490888f86a8b769fe10dd8ea83ef49ddde97639e26 1.63 MB 3,688 4
900,510 900,510 00000000000000000001ba8c2b8e49ded3fe60553a1f2ee6a1384ac903941610 1.55 MB 3,566 7
900,509 900,509 00000000000000000000140b6d3a328a45daad42ef7bc3ef9959c47e240377fe 1.58 MB 3,175 4
900,508 900,508 00000000000000000001961a0f4391b4f9161fdbbc54ceff5be68eecf60375a4 0.15 MB 421 3
900,507 900,507 000000000000000000012301e0d7d83c56c67d9311d6c0474b641ceef059c2b3 1.50 MB 2,443 3
900,506 900,506 0000000000000000000228fa55298746bf9438be1007a0b086704a1e6d445f0e 0.38 MB 800 3
900,505 900,505 0000000000000000000108237b46416c73f77a0aa66d01812ea54c7d63597c58 0.45 MB 691 2
900,504 900,504 00000000000000000001ed5d72df9b590ecdd6ccc942015f99ce81430962e16c 1.26 MB 2,727 2
900,503 900,503 000000000000000000020aac6276ef5ede68045f867d2f38fbce3b812e7c5f7c 0.99 MB 2,178 3
900,502 900,502 00000000000000000001d4c82dc3546de126dc2951227045f9ddb433fac3b7f9 0.04 MB 69 2
900,501 900,501 00000000000000000001a56962e24e2b8aa0a266106f2743e703d864a9e611f6 0.96 MB 1,222 1
900,500 900,500 00000000000000000000680e5f0b273ac89463cb10caae2e487829a8e31ac59c 1.64 MB 2,854 4
900,499 900,499 000000000000000000008738c71fea046df3301bd45a4efdc1fd9a4da4e81710 1.29 MB 2,407 1
900,498 900,498 00000000000000000000d8b3196922ab40b3b8d057927e30040d76d52f2ce6d5 1.66 MB 2,576 2
900,497 900,497 00000000000000000000f0fc44f3b512a4591d2f35d13575435a02dbcffabd70 1.60 MB 3,454 6
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.