Memory Pool Memory Pool Refreshing

1,582 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,557 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (564,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,382 343,382 00000000000000000308fea5789b1ce77d2795bd1b2bd9226970451227bb9c5b 0.39 MB 681 22
343,381 343,381 000000000000000014c492084bda3bd26e2a7f746aa6ef02ed91d2dd4ba7b508 0.68 MB 1,069 24
343,380 343,380 000000000000000001357fda6a008d178b2de40fd1aa4cf97652191d774daf2d 0.02 MB 44 17
343,379 343,379 00000000000000000219cf2f8063f065452ccafd103892ad5a6de567bffa074f 0.31 MB 445 23
343,378 343,378 00000000000000000b4aa4164956294e67fb257b652de641585c7eb4019c12a3 0.10 MB 131 13
343,377 343,377 00000000000000000e020358717826ccbc7bc62a011bde015097b5c47884764b 0.30 MB 513 22
343,376 343,376 00000000000000000c15343522cddee013620b47989b99dfb89a117a8a6c6fa8 0.24 MB 422 26
343,375 343,375 000000000000000014332579bf59d82d480e55dc9c20e8d65dc378a6ae3a926d 0.06 MB 98 26
343,374 343,374 0000000000000000149b5de226777b8558e5f5814d2125443cc22fb6d11a1a66 0.44 MB 628 21
343,373 343,373 00000000000000001648a257fc8abd27d09f59b37e946f26082d5cda03ee8a0e 0.50 MB 536 17
343,372 343,372 00000000000000000fcaa5dc17b13aa8ef75dd30405b961ab75869e834411e9b 0.15 MB 512 43
343,371 343,371 000000000000000014a37005b733fa0e9d6b88356b71d1592b366ee9b1da2efe 0.44 MB 698 22
343,370 343,370 000000000000000001f2f42b1ce7d32c2956e4b06010958d46c4f0c345e6d98c 0.04 MB 36 15
343,369 343,369 0000000000000000164a1c2fe513b6d1a284e5f9cc1446bc6d60a1072e57989b 0.54 MB 841 25
343,368 343,368 00000000000000000b69894b2ace31bc762c2a601c246c19dc06f4e8846fcb65 0.01 MB 10 14
343,367 343,367 0000000000000000118d9db8e41cc00e3d22c01c34ca613fb7936b9b8d3450d2 0.05 MB 147 37
343,366 343,366 00000000000000001211eb0b9a29e91658a2ac15603f1181620572e2a69f3d9b 0.50 MB 770 23
343,365 343,365 000000000000000006a696f6fb6ac22453c08057d1b55942158e2f3c6c797988 0.10 MB 136 11
343,364 343,364 00000000000000000e4753220a888cae52cfb19e6c503256672b786735855983 0.73 MB 1,214 25
343,363 343,363 000000000000000010609266732d421736df99c0bbd05f05714966b4ea5003db 0.75 MB 1,086 22
343,362 343,362 000000000000000000f264e6237a84c9274d7611ad5801b104f5009280bac2e2 0.19 MB 263 21
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.