Memory Pool Memory Pool Refreshing

2,007 transactions
0.67 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,015 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,983 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,014 (574,342 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,672 333,672 000000000000000011bc9089085a22df75af69b636367ec8138ff15f61a60e07 0.09 MB 222 28
333,671 333,671 000000000000000002f65a9f5e1ae4ab64beee34ac7cd7e6454a08f22be0c7b3 0.09 MB 220 41
333,670 333,670 000000000000000013f3c917f752b588ddb1e81714c4b902a2a9715650769fda 0.31 MB 753 29
333,669 333,669 00000000000000000b4d90250bfc2c366d2b8c0e67bc4bb4ff8c2e7780d535cd 0.11 MB 328 33
333,668 333,668 00000000000000000292cb909e7907ddbd7d3851b37615ffa05566649026a387 0.16 MB 358 27
333,667 333,667 00000000000000001b41f2a41603c4d86ecd538f6b879d2061a9e113689a154d 0.06 MB 143 25
333,666 333,666 00000000000000000d44789e9134893a58814a4457dc6f88e3362210cc0ae2bf 0.06 MB 104 23
333,665 333,665 00000000000000001953b1a0970314add82920587ad73b64e1a2385accd3816e 0.29 MB 661 27
333,664 333,664 000000000000000016118d2bcbedfd6eda9116ccef5b60fce616c98ab2f2189d 0.23 MB 421 22
333,663 333,663 000000000000000000c34bfaf8d9930cabb501f78b735b1278fb60ebb7f7bdd9 0.75 MB 1,335 23
333,662 333,662 00000000000000001796b78e91e3801f872a555e22a8720ce3972627f178e8db 0.06 MB 151 27
333,661 333,661 000000000000000003a24fdfbd1dc27ab64922ad9aead1b1c39418fc9191c010 0.00 MB 1 0
333,660 333,660 000000000000000016a64bc6995eea04f8dd8b3ef80b47b9381e8095c6d47d6d 0.12 MB 264 25
333,659 333,659 00000000000000000be8308938cc58b707427f589f487d3f3e2ec930eb9bfc9c 0.09 MB 119 28
333,658 333,658 00000000000000001b495ac0fcc38308d04c5fe62a793400903e33bbb611bfee 0.34 MB 396 18
333,657 333,657 000000000000000013f48397f578e6bf0ccc44048500aaec8b6b1b4e41b6c9e8 0.04 MB 80 18
333,656 333,656 0000000000000000061730b1b3181c988726a2dc0b9a2067909fc716d58a015f 0.22 MB 392 25
333,655 333,655 00000000000000001b374baaa6fed2489a9b88d6f472110eb6da04ffeabc3610 0.23 MB 290 21
333,654 333,654 000000000000000012e2efcd54cc71c746d993ae27920c035eefeddb7b040673 0.05 MB 75 21
333,653 333,653 0000000000000000186553370d7d0c662c1a643f9cd245737bab75c89964079f 0.10 MB 170 16
333,652 333,652 000000000000000014cc7908deb5a0469bd5d9c8c4c4cb7740eaf99865eb1067 0.57 MB 768 17
Previous 10 blocks ↓
Total Size: 769.57 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,649.95 GB sent, 95.79 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.