Memory Pool Memory Pool Refreshing

13,854 transactions
4.40 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,539 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (748,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
159,585 159,585 00000000000007e77f890446117e516869625d7caffa606f0d0379cc2d4ca193 0.01 MB 43 76
159,584 159,584 0000000000000c130ccb30f32b2e8a91e60f9fd73b749689edc0f28ec19e89f4 0.01 MB 21 35
159,583 159,583 0000000000000106dec451b3a7ab9ccc8b988b6f23998a57967a32f28c816c51 0.01 MB 6 5
159,582 159,582 00000000000003c108be2f45b617916d296a07310656a4d0acdca861b7dc7b62 0.01 MB 31 79
159,581 159,581 00000000000007ccb7421a49ad45bcf38af06b7bc5d26c8ae95021b6d14dc84f 0.04 MB 121 206
159,580 159,580 00000000000002fda90bd836c8af35de16a081db0ade64ca0fd997d086ba624d 0.00 MB 1 0
159,579 159,579 000000000000040659652f4d2d4d865d89de5d20939ff8964ed362cd5c4af4ce 0.01 MB 24 153
159,578 159,578 00000000000008c94d78b6ecf4f01fe240914c09da3e7537de8600cb28e0bcc3 0.01 MB 21 53
159,577 159,577 00000000000000104544b3e7546d75375e16c1faac8f634eafca55efb787ecf0 0.00 MB 8 284
159,576 159,576 0000000000000159bce2e7a683f1e672bdcde5c5ce325eb7f4b3a0c3528b96de 0.00 MB 7 53
159,575 159,575 00000000000009c93e2668f69904f2fc39ffe33535e81bdcf32721faaff5c039 0.02 MB 31 59
159,574 159,574 000000000000002074a92473c64cd587c2672c64440808f9b97d8dadd225782b 0.00 MB 10 73
159,573 159,573 000000000000025ee339276ffe6816b83b51a1ac722f729b569a8923f3d9f3a3 0.02 MB 52 82
159,572 159,572 0000000000000c466ea831734cc875b8dadd7c5c49616e6cbd8fdb5d8203fc9b 0.01 MB 14 14
159,571 159,571 0000000000000e4fb2d0aa2ab29f20a6a864473f9c772333c125e962b59ef908 0.03 MB 63 89
159,570 159,570 00000000000003054be1f7c4877edce1b93e9baf1a7cc3fd942b25195b929b28 0.01 MB 44 349
159,569 159,569 0000000000000676bc6c124a5aa4771e284fb03902446ddced46985590076a17 0.00 MB 6 17
159,568 159,568 0000000000000cbf7eb5f24a7ba8bc5912e46d959ebe50c047d038b441d511b8 0.00 MB 13 25
159,567 159,567 000000000000064a3b24a70a29e1970026ff54bbac93eb177c773ce0fe2fdca9 0.03 MB 67 77
159,566 159,566 00000000000000d40214861039a437e56055a4f43a90ddf6e53fbb94e0360c0a 0.01 MB 18 51
159,565 159,565 00000000000000c373fccd55050cfcfc55d0fb4c1e541f1451df2bd90c1d9403 0.00 MB 6 70
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.