Memory Pool Memory Pool Refreshing

8,506 transactions
4.06 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (15,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
892,691 892,691 00000000000000000000682ce0047f6042ae40f55dd4e7de532780f5936367f0 1.63 MB 4,474 4
892,690 892,690 00000000000000000001930964eab748cce4e8519a798169ce3ed1c6c22c04cb 1.59 MB 3,793 8
892,689 892,689 00000000000000000000cc07013eaadd7e054eb26ba1878034131f5636f1fdb9 1.73 MB 4,092 4
892,688 892,688 00000000000000000001ed4b40124d85cc7e7baf8478d5aa239fe9bfa37186b2 1.69 MB 4,096 6
892,687 892,687 000000000000000000011e126d0f407ce4d5415fbceb81f8f7902541d90f0fa0 1.52 MB 3,531 8
892,686 892,686 00000000000000000000e9788789f637539af13e6c060e8f9b1a2a1a2daf7ca8 1.67 MB 4,277 6
892,685 892,685 00000000000000000001b4e669450dac104b54273faed81bd8256fe2b38757bc 1.64 MB 4,141 7
892,684 892,684 00000000000000000001cccc2d75643ee96e31a708650a6beae7ce82d3a8a60e 1.54 MB 4,178 9
892,683 892,683 000000000000000000020967e94acb66d4418842ef32be5b8554fef6119504db 1.70 MB 4,498 5
892,682 892,682 000000000000000000001beed8ff2b73ffbf8da10dfa94f76904cfc6ac8ba218 1.77 MB 4,800 2
892,681 892,681 00000000000000000001117849be4ba1dd8967d7cf5a9b392daa458049ef992d 1.64 MB 4,473 5
892,680 892,680 0000000000000000000002452fd54ce28034aa6d34036e606eb6fe26cc4d1f33 1.63 MB 4,369 8
892,679 892,679 0000000000000000000183533d6196b8b2a2c706d0274f7315fb71981f5bba31 1.70 MB 2,947 2
892,678 892,678 000000000000000000007e59b74f3aee830e174d3dab0dc27b21e0fa70364e2c 1.81 MB 3,522 3
892,677 892,677 00000000000000000001a28903fdd2d775bcacdc52b5e4baffce5177ab60393d 1.65 MB 2,788 1
892,676 892,676 0000000000000000000132f663e6823ac725a62277c8d40817ce91c631bc8c99 1.65 MB 4,309 4
892,675 892,675 0000000000000000000242bcb22eed343f8c5d5f25b6fc4ae2b05f360e75c2ed 1.56 MB 3,616 7
892,674 892,674 000000000000000000017e3323b60acf052058e9413c9c0b7d32e0f20aa023a2 1.70 MB 3,159 2
892,673 892,673 00000000000000000000657b4fce5d7a7eea81491f91ebe235848197271c5191 1.76 MB 2,289 1
892,672 892,672 00000000000000000001accb4dc9fc33e4ef395c7b6b8c750f19fe10b66ff3cd 1.57 MB 4,097 4
892,671 892,671 00000000000000000001f35c6c6247f7f5ac8c5d73daa2fb8a73091df8f1ba52 1.82 MB 1,843 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.16 GB sent, 93.02 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.