Memory Pool Memory Pool Refreshing

5,490 transactions
8.08 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
896,965 000000000000000000025ced0000000000000000000000000000000000000000 1.00 vMB 1,507 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 896,964 (142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,822 896,822 000000000000000000013d191f0d71291c24ebb0b1d749f8ab89f514c6adee85 1.61 MB 3,129 5
896,821 896,821 00000000000000000001dfb41c0d193f62507e52c1d9ef6b418936fcbe8f572d 1.59 MB 3,688 3
896,820 896,820 0000000000000000000084524cba9005fcb10c996467a3f973add6e948345468 1.57 MB 3,629 7
896,819 896,819 000000000000000000012f13426140d43426f9db96fe9c93d3db4ebddfbf8428 1.63 MB 3,320 4
896,818 896,818 000000000000000000000a4225151294487b374c3511dbd069ff8168f879609e 1.67 MB 3,759 3
896,817 896,817 000000000000000000005b5f8bea4ff1212283d4501577d8816f544e10b765a6 1.63 MB 3,276 10
896,816 896,816 000000000000000000003cbd94c5a4078fbff59f27458deee1089eeffde9f6eb 1.45 MB 2,442 3
896,815 896,815 00000000000000000001d8352500447dc13c1cfe547ad3b5436b6006a50158f7 1.54 MB 3,232 4
896,814 896,814 000000000000000000005bef4daf746656e9db9a56c285372c5afc073e3cf96e 1.53 MB 3,046 4
896,813 896,813 0000000000000000000166e63ee86265cb43e3d9a8a73bae2b39926e82246639 1.54 MB 2,879 3
896,812 896,812 000000000000000000007d49b37ab57b1d8b48dedde5c0afd0c0057baa9d29f6 1.95 MB 2,228 2
896,811 896,811 00000000000000000000891b31105337be3d6ae3a9f8a3f107da19042ef172f7 2.42 MB 2,011 2
896,810 896,810 000000000000000000002a0898473d07002c3ecd56825d7c89b22f4186cefa53 2.21 MB 2,169 3
896,809 896,809 00000000000000000000ff9550b42740f42236dc83ecc379cc20dc25a770d928 3.84 MB 288 1
896,808 896,808 00000000000000000000397303d52e6cb198c458bb0313bf2e7b4f8938380e74 3.78 MB 450 1
896,807 896,807 00000000000000000000b26522f2e72b0a48c684daf71fc663cf8d9f113f6fb4 2.09 MB 1,875 2
896,806 896,806 0000000000000000000158dd4b4b775cfde4700ddd63d2b19eadeb1e274257a1 1.86 MB 1,296 1
896,805 896,805 00000000000000000000b2fc41c5f103773bc1a496cece7455b4f9d7500fa4db 1.56 MB 3,121 4
896,804 896,804 000000000000000000020e7502faf4a01b4beed8b810d4430eb0d33f03cc1ec4 1.25 MB 1,667 1
896,803 896,803 00000000000000000001501fcece4ff8667dae3454838488f1ea9df5cb998f81 1.31 MB 1,223 2
896,802 896,802 00000000000000000001b68a9df61a6fcaf63f7586e2f2a291467a19a508cfc0 1.38 MB 1,819 2
Previous 10 blocks ↓
Total Size: 750.60 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: 175.64 GB sent, 4.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.