Memory Pool Memory Pool Refreshing

7,810 transactions
3.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (214,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
693,148 693,148 000000000000000000090f2abe65e29172399b50844064fa1f038253fad3fcdf 1.41 MB 2,919 8
693,147 693,147 00000000000000000012b9fa9070a3ebf92366247eaff96b3253ca62a934ee1b 1.41 MB 2,961 14
693,146 693,146 000000000000000000110744745acb852a535c8eaf1aebf37b8db28208379db2 1.62 MB 1,842 21
693,145 693,145 0000000000000000000f4c2323f9dd72df90505ef22dbdb7a674c9b4a1935d9c 1.11 MB 1,498 4
693,144 693,144 0000000000000000000380da9a8a2f2b50034739b944c4a0cdb76caca3132010 1.40 MB 2,222 11
693,143 693,143 0000000000000000000465cec869fcd68eb64944a794ce0d383c765f159fda40 1.43 MB 3,539 10
693,142 693,142 00000000000000000009c9053a8b1b803527e9cf61ecc06fbba466733011e768 0.56 MB 1,030 9
693,141 693,141 0000000000000000000199373011fcdee49948595dbdc7ba639c1266782b2a10 0.56 MB 1,492 9
693,140 693,140 0000000000000000001214865c3cf2d6a0c41f5ce4e9dc7ec1a303405e34e7ff 1.13 MB 2,386 13
693,139 693,139 0000000000000000000475d5bed8e4bcec1dd6ab23c0e57e09001673bcbb53ea 0.58 MB 1,224 13
693,138 693,138 0000000000000000000768497944ffec54c9f91f9b0bfcfbd9a4428612342805 0.02 MB 64 13
693,137 693,137 00000000000000000010ad99402e513a079543d846534edf6063e21b6ab1a993 1.36 MB 2,563 14
693,136 693,136 0000000000000000000311965a4f73a854a2e05257e7e354021fdb26d03191bd 0.57 MB 821 8
693,135 693,135 0000000000000000000a40df36982eb38fcf607923a66126700a5937d602ff58 1.43 MB 2,819 17
693,134 693,134 0000000000000000001193c7734af70eeb21e7bf00a82b4d507c9cdb566c0397 0.66 MB 986 16
693,133 693,133 000000000000000000087a679ef3cf074d73ad96b617d37c9b5b0980b8dccd47 0.63 MB 774 21
693,132 693,132 00000000000000000011b605a41c61c41be99884656af4670d3573d9242cbe93 0.67 MB 463 13
693,131 693,131 0000000000000000000a02f65e35946c2b24a2cda5defb99d0810749f87e9222 1.13 MB 1,469 19
693,130 693,130 000000000000000000103490677afca96b0eeb7183fbe9a4f6b41ed1e4fb7cb7 0.49 MB 859 16
693,129 693,129 0000000000000000001132a169e64f73e883b6fab3d377c1238ea5b80d88678a 1.66 MB 1,706 14
693,128 693,128 0000000000000000000e63600d8e2498c868414ed3a6d2b108d20ef7d7af0bd0 0.91 MB 902 16
Previous 10 blocks ↓
Total Size: 769.17 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,633.25 GB sent, 93.77 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.