Memory Pool Memory Pool Refreshing

2,412 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,756 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,755 (114,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,626 793,626 00000000000000000004736b0fb8a868cd5b25502125dbfc26570c4826aa8908 1.18 MB 663 57
793,625 793,625 000000000000000000047881b1184415f60b740889cd28e79fc99efb1f961e34 1.46 MB 1,996 79
793,624 793,624 00000000000000000002029d66479064036a76011eb1aa518b6cb3acfab723ad 1.32 MB 2,093 71
793,623 793,623 00000000000000000004625ac864a3f045f1c39c853c95759feaec96bbbec5aa 1.61 MB 2,830 45
793,622 793,622 00000000000000000004241ef4dc7d72541a0df6291de3d38c03d487935ca902 1.51 MB 2,943 67
793,621 793,621 0000000000000000000245be496e54afccc907b68e2192d6b561c29e4155f106 1.49 MB 3,056 55
793,620 793,620 000000000000000000042f8f085cb14fd38e8d39e5f44d2d9edfbe6019d8a677 1.43 MB 2,452 65
793,619 793,619 00000000000000000003d8b922e4f97b112371ce032e0e42d7398b09ca5a568d 1.13 MB 817 55
793,618 793,618 000000000000000000032bf734ab494d591201f159b8c9f5a96b596c6758a1d2 1.53 MB 3,394 65
793,617 793,617 00000000000000000003b760129198b737d00dfde791654e199948c87d2bade7 1.25 MB 1,326 60
793,616 793,616 0000000000000000000353e31494cb72d2dd024199618e6fac2259e08623fdd5 1.44 MB 3,449 87
793,615 793,615 00000000000000000004e0bf18d3d2f38468fe9982c41cc075bac6238566ce5d 1.45 MB 2,867 65
793,614 793,614 000000000000000000013d4c03325c521fc9bb00efa658706df7d2e6f717624c 1.17 MB 1,061 65
793,613 793,613 00000000000000000005306e434833255435eb17e0824b7d3f84490766c03d09 1.31 MB 1,645 63
793,612 793,612 00000000000000000001752cd7baac0529a1c39e819087eba00afd27873f86b6 1.40 MB 2,471 84
793,611 793,611 00000000000000000002e015c50f51206e929c7016dd379f10c5dc09240b836b 1.51 MB 3,486 94
793,610 793,610 000000000000000000036adbd61cbf6cde72fa2d7bd684cb45766340e8f8b7f7 1.72 MB 2,588 71
793,609 793,609 000000000000000000038bc47783a0c7c6c9eec0fb045d574f423edd4bd2e0ef 1.39 MB 1,182 63
793,608 793,608 0000000000000000000317476c0ba5bca764b2a7d8335541a20067971c343abc 1.80 MB 3,032 90
793,607 793,607 000000000000000000009b8ba96453ebc551ff4729e18267ea2de9a4b5f6852a 1.55 MB 2,576 76
793,606 793,606 00000000000000000004dc4110f315b34e712126688cbd955319bb5723c596e5 1.53 MB 2,858 83
Previous 10 blocks ↓
Total Size: 769.09 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,628.30 GB sent, 93.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.