Memory Pool Memory Pool Refreshing

4,210 transactions
2.01 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (2,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
905,173 905,173 00000000000000000000137d489046fa41dae003072d51b51bcb36cd97333c94 1.53 MB 2,355 2
905,172 905,172 0000000000000000000116145a749c14c91503bbd9aa356c14a03f6d1a865be2 1.78 MB 2,119 2
905,171 905,171 00000000000000000001ebdcc8242a4021a445a10bd442db4f0dec7c946f640d 1.47 MB 3,330 4
905,170 905,170 000000000000000000015ca2ad9029d310c172c1ae59805a28dc92f77fcd57a3 1.68 MB 2,796 2
905,169 905,169 0000000000000000000072ab08d692796b08e35c2c284a586c12a5690441b04c 1.87 MB 1,293 1
905,168 905,168 00000000000000000001bb0662d35724325398a9b071fbe3d1a9842f3a90c3c1 1.77 MB 1,635 1
905,167 905,167 000000000000000000003bc8834286dbb2ce82ece6496e41c37b562fa5589773 0.19 MB 370 2
905,166 905,166 0000000000000000000098fb12c5a50bb3cbb736a4ce097d59177ede81be8dc5 0.02 MB 58 1
905,165 905,165 000000000000000000004be7b66123f68c89db34c38c5d1b5223fef14254bb5b 2.13 MB 271 0
905,164 905,164 00000000000000000001c8dccc374232873354ec691804942507dc112b5b7a7a 1.44 MB 2,371 2
905,163 905,163 00000000000000000001ddc5243d0763e7412a7e74b5f68bfdc07f0bfb0d4d6f 1.14 MB 1,054 1
905,162 905,162 00000000000000000001fd962bed519cb616afe14b647c00e6e4d505ab81c9a2 1.65 MB 3,169 2
905,161 905,161 000000000000000000006089dd1600550862b2b0103f54a09c6085ae8b191e69 2.02 MB 423 0
905,160 905,160 00000000000000000000ef63e3e992d3a6a6eb464095d6ac99135616c342acbe 1.70 MB 1,973 2
905,159 905,159 00000000000000000001633bbe7808c5c8a829a78d11f77e273dad743bc5f300 0.49 MB 1,007 2
905,158 905,158 00000000000000000000ab612bb0ac1638be5e71be16876c0428dff3c42543dc 1.66 MB 3,991 2
905,157 905,157 00000000000000000000037adccfedf264389fcda8bac6a5f84cb936ecf556b5 1.72 MB 3,723 3
905,156 905,156 00000000000000000000c2a43591c2ae82559f9762d2af3d7e01d063ef6b4da7 1.19 MB 2,057 2
905,155 905,155 0000000000000000000207b79caca84bbc8d979f9170f30326722b40bb554dd7 3.82 MB 263 0
905,154 905,154 00000000000000000001ff028730c01d20602842df58635eb847d7ec179e99dd 2.91 MB 1,412 1
905,153 905,153 00000000000000000001f912873c48ee9785044a6ab75df91fd90a95717fbc7f 1.00 MB 2,095 1
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.