Memory Pool Memory Pool Refreshing

3,715 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,545 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
907,312 907,312 000000000000000000018ecd002a4478f1769134b96e419f3816807c324546e7 1.61 MB 3,646 6
907,311 907,311 00000000000000000000933af45c7b51a7490a7b1180ddd332dcff7f903ef7bf 1.65 MB 3,979 3
907,310 907,310 000000000000000000010dcc2991b4b47252407edce056f97318e1e80dcab7b5 1.79 MB 3,179 2
907,309 907,309 0000000000000000000226755ea814395fda7a5bd2c534ad3fda61d28396ede7 1.55 MB 3,020 2
907,308 907,308 0000000000000000000111ce32a0e5d473b4f6668655ca798a384684e4687463 1.58 MB 3,312 2
907,307 907,307 0000000000000000000032882859e37d69771e5dbc418aa4b352526d5d857a9d 1.63 MB 3,461 5
907,306 907,306 00000000000000000000c5aa7b41c7d89c9da31743892b5038a3c083a7a927dc 1.72 MB 4,243 3
907,305 907,305 00000000000000000001b484515656d7e4593b5859b7c5b4a69426bf058e1c6d 1.69 MB 4,253 4
907,304 907,304 0000000000000000000165a33b7cef24cd234a1903c4ac75472069f4a04e04a8 1.69 MB 5,074 6
907,303 907,303 000000000000000000015727d36f5b5c8f0f7349916308c5df4c6eb7ca550151 1.62 MB 4,765 9
907,302 907,302 00000000000000000001bb7e4aef253c1e3c7f1eee9d7f1630bdfff2936677e3 1.64 MB 5,092 9
907,301 907,301 00000000000000000000c31a7d23ff10e75fce90b4fa8a4c5f817fafaf4e1c36 1.61 MB 4,937 12
907,300 907,300 00000000000000000000bbcc13aeb8987d6940bbac262f9031718c0e41562d80 1.59 MB 4,213 3
907,299 907,299 000000000000000000003574023cd6e0e745efc8f8d59c96efb1f281c39473b0 1.70 MB 3,424 1
907,298 907,298 000000000000000000015227aba2c52d4823fa815f8e7f25239600076dc98a1c 1.59 MB 4,185 4
907,297 907,297 00000000000000000000f3634946a4d01e76fd54159ddb0c06dd23b8bf2f9e7e 1.13 MB 2,457 1
907,296 907,296 00000000000000000002189dd95766ec5d9f403f82c72e2fae0bbb662e683a96 1.62 MB 3,402 2
907,295 907,295 00000000000000000000a65f51c8edf880c614c16bb040a3a1e0ae7c160fd923 1.84 MB 3,968 1
907,294 907,294 000000000000000000019a16713a6c21ff1ae5cbfca1baf5ec0e41c594317ff6 2.23 MB 4,487 1
907,293 907,293 00000000000000000001290697c3e06f72890d27fce13fcdd4be8170c1d32957 1.78 MB 1,735 1
907,292 907,292 00000000000000000001279539ca4448ec13ba7efd28b1393e982ea3a1de2668 1.57 MB 3,534 4
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.