Memory Pool Memory Pool Refreshing

2,437 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.94 vMB 2,436 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (844,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
63,849 63,849 00000000075244304dd4a0e78af7b4d529dd753c0b758f73ed4e418f86fc4453 0.00 MB 1 0
63,848 63,848 0000000001daed5ef0225f04b36ccd71d549ad1e2670d31b6b2834931855b61d 0.00 MB 1 0
63,847 63,847 000000000b7d6667e0966f481eb6f1e9fb67fab09315eadb04b2f2decaddc1c2 0.00 MB 1 0
63,846 63,846 000000000ca661a5cbbaf2d2cfc6349dd7be2feed63d4de5c84574d4a790e1dc 0.00 MB 1 0
63,845 63,845 00000000087ac20d8f69dcf6dcd57bc847d7a943b30f3a847a670c589e76b0eb 0.00 MB 1 0
63,844 63,844 000000000007f1f2b343d0972c594ca1cfef456fbf39151ea5b6681945a8cc8d 0.00 MB 1 0
63,843 63,843 000000000a6f755692de20e08e9335a20ccb98129db6ce52ed13a424e3ef137e 0.00 MB 1 0
63,842 63,842 0000000001977fbd11e78227d08e4c28f0e0f64cb45c7d35964cf5a50a4a22ec 0.00 MB 1 0
63,841 63,841 0000000009be1f7e5c1cb64d5d7674351ba30b50dd9cdc8db81fb88c1679ba14 0.00 MB 1 0
63,840 63,840 000000000434a2ef9f56848616f5bf1f0ab8d8cc4a52c13826d59ea803e90087 0.00 MB 1 0
63,839 63,839 0000000000de153f493fad8f0dcc4d66113728860dea9d3f56933ef85ed1925c 0.00 MB 1 0
63,838 63,838 000000000c96ca043a90b61be4276d59ad9bab146dfedc56b1a00195cc5ed9c9 0.00 MB 1 0
63,837 63,837 000000000101ca3f221fb0456ce8575b8e7ef12fc74c86f633c111c97f41839d 0.00 MB 1 0
63,836 63,836 000000000570a6a560afbd0e3fce8b5d290c7e5964cad99d61efb58c9687e2dd 0.00 MB 1 0
63,835 63,835 0000000007d819a5dd32c5ba9453e4ff52c4fabd8e8c989704f45a49b86ef8a4 0.00 MB 1 0
63,834 63,834 000000000ae9413c6ec2724311c38df41f3ebd79fa7c11a4f4ed74348c46ac4e 0.00 MB 1 0
63,833 63,833 0000000007c074be8da640d932edaa971ae047755034def22a547beb72c5b7aa 0.00 MB 2 0
63,832 63,832 0000000000d7e715a2be79f73f58e2f1b7f480ea6dfa3dae82a8ac2b2df98c64 0.00 MB 1 0
63,831 63,831 0000000004eebb162b6f12c9abfccd4fd34168123a2b088b34e1b0941ddf6175 0.00 MB 1 0
63,830 63,830 0000000000cb3e46ee8403d0d454e5ee796fb8f1281d09c44decfe0e727a515c 0.00 MB 1 0
63,829 63,829 00000000031ac649d137a25bf3bafcfb12a86aad57a2f57e4b9dc9bcce9add01 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.