Memory Pool Memory Pool Refreshing

9,780 transactions
4.49 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,676 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (621,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,471 286,471 0000000000000000e453859cac5871bf3aec6591ce8edb38603a975ccb0444cf 0.25 MB 360 39
286,470 286,470 0000000000000000608711e1feb8b6d6405ca966394a6e99d2358792d7f26e18 0.26 MB 514 34
286,469 286,469 00000000000000006537864f93f6d092bc0536378e81221030b5e615b431b569 0.22 MB 168 16
286,468 286,468 0000000000000000b1dfdb8ad434b3c2ee59870c3f553c0feb693baeea93f302 0.25 MB 590 236
286,467 286,467 0000000000000000959757ff8f80e7175f2e3b5c977c914a3cbef31d3900a697 0.43 MB 658 28
286,466 286,466 000000000000000134dfbd3e20745377e4092365450ae6506ba717d1609c435e 0.20 MB 80 14
286,465 286,465 000000000000000135d1f694d9db91f4bbe3a34a3e1bea3f9941e5156cef3b7f 0.25 MB 608 38
286,464 286,464 0000000000000001159a5cbaeaf4726eb7a39a5113fab2d7b61a6d2b1ad21c15 0.35 MB 772 34
286,463 286,463 0000000000000000bee8a4e6ef8161556027b237b828e0ecf52cf3b14cebb595 0.21 MB 56 11
286,462 286,462 0000000000000000532fc68fe75fc63aa19cb436826ebee833738ab5d2776e02 0.35 MB 700 34
286,461 286,461 00000000000000007ad2f40fca9e58d713440d49c263158df510af78b7eb50b1 0.35 MB 354 23
286,460 286,460 00000000000000006ae1199301446d41829198692e3ae3dff5c6f887d9acef2b 0.25 MB 488 38
286,459 286,459 00000000000000003e0e4de9fa11c3dd73831d0621095dc38ecb9a7e1213b0ec 0.35 MB 199 13
286,458 286,458 0000000000000000f79aae5cc8504d32cac39239ac1c6af16ef979afc21289f9 0.35 MB 343 23
286,457 286,457 00000000000000000889d773633b2584243438d90d71d8dab050466102131fa0 0.35 MB 469 25
286,456 286,456 000000000000000027c3c4f7c26d6eae9324dc6804d0b8f343d3950c4ee1fcae 0.06 MB 170 64
286,455 286,455 00000000000000013c129139b296abaf0ec2dd65e08346753e79a747df9df75e 0.50 MB 1,439 67
286,454 286,454 00000000000000011cf7a075758ac68a58c69c4869658ebaa4cef1e141fd3f4a 0.50 MB 1,254 42
286,453 286,453 0000000000000000a8b8c06272a1f9b60ea9dc8caabc26c77f694a8b7489fe3e 0.48 MB 353 15
286,452 286,452 00000000000000013066b7b3b1e486d303f9bf4ef90a9ad99a18b8a9bdee131b 0.25 MB 721 48
286,451 286,451 000000000000000065212e3b2769c58e347b0459d25bf159a56bfec3e0156ad6 0.06 MB 201 89
Previous 10 blocks ↓
Total Size: 769.03 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,625.29 GB sent, 93.03 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.