Memory Pool Memory Pool Refreshing

2,377 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 2,371 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (310,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,531 597,531 0000000000000000000eeb61f4334ceee1b814987e1dfca42c67d3b889039a6b 1.06 MB 2,596 27
597,530 597,530 0000000000000000000b69b510199bb0c41f08e483ef53e77f0300b3aa63a42a 0.89 MB 1,338 7
597,529 597,529 0000000000000000000017e9a89c856a99a52f8a192e8c4b3419fbb1230c9132 1.17 MB 2,402 3
597,528 597,528 0000000000000000001236b2fdd9eaa9c89853c0f0e87196355e1aed3dc8f89d 1.21 MB 2,789 20
597,527 597,527 000000000000000000014b55777c16f6e71dda52677a8e68b57092a2de3fb980 1.30 MB 2,840 41
597,526 597,526 0000000000000000000836e46056fead1475e1454c541f7c80516e5120d3f878 1.23 MB 2,914 30
597,525 597,525 00000000000000000009bea5476bcd98dcefec615c783998c788dad82ee10996 1.35 MB 2,727 15
597,524 597,524 000000000000000000152e3c363032fa046f2be5237b872a79e2cb5ca4e0023f 1.46 MB 1,774 25
597,523 597,523 000000000000000000141171551bbd75c2d6854eb2a777c78cdbaf02cb1b3c44 1.34 MB 1,741 36
597,522 597,522 0000000000000000000117158cd08fa20c703ee0d5667369243e37cbd42168aa 1.21 MB 2,735 27
597,521 597,521 0000000000000000000a48114166ccb0b39984edf611be0e22e6cfc1234bb28d 1.36 MB 2,949 50
597,520 597,520 000000000000000000097a34945d905abd887972f0f38554dea1a37b56cd9870 1.30 MB 3,012 45
597,519 597,519 00000000000000000002f2b29dd00673685144f7915d8053c220f9670de45c8a 1.53 MB 2,239 57
597,518 597,518 0000000000000000001570ad92509ead3a8fdb3464b0e7019a6cdcbb0d414aea 1.25 MB 3,432 80
597,517 597,517 000000000000000000079bf4238030cd8e6005e92ed7d97f7691590f4e0d6f3c 1.19 MB 2,349 46
597,516 597,516 00000000000000000002e0348e136d694ec0ba3c279d187b9a1e1ddbecf5fb62 1.16 MB 2,908 28
597,515 597,515 0000000000000000000016b677f13685f8a4a18e5a7448b5d18064b0ac866979 0.59 MB 1,700 7
597,514 597,514 000000000000000000123c2edd1eb25289ade4eb7d3b412779ae8e78488400e8 1.30 MB 2,826 41
597,513 597,513 00000000000000000007879fc53d0718a49255d2c85e753dc0509591b3751f44 0.87 MB 2,125 30
597,512 597,512 0000000000000000000bcc6fd3ccaec259a74437afe8a0f5a4695754cec7b166 0.01 MB 17 18
597,511 597,511 0000000000000000000d901cac6879a91df0f59c859195f46c37e5f26856c6a1 0.59 MB 1,439 26
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.