Memory Pool Memory Pool Refreshing

7,070 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,882 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (783,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
124,226 124,226 00000000000015809741ea13d22778268481c2bbe173c7f31658fd4df76b8377 0.00 MB 12 832
124,225 124,225 0000000000000506339c2dc81de1bd56ee218e8b8443f5e16d4ec4ad830dc374 0.02 MB 44 1,936
124,224 124,224 0000000000003d8c038f3ee4d7bde8a70a7b8270c562b5fc8ff30cc51a4c4601 0.00 MB 11 1,355
124,223 124,223 0000000000000787d9bcae4f9752cee22c3ab38142a3ed5b680040ad35ec418f 0.00 MB 1 0
124,222 124,222 00000000000069aa39e35bd8844580461da820a4f24615e8120d0bf1c9630379 0.01 MB 18 0
124,221 124,221 00000000000028ec1990b73a36d982f6d657aec73f08cc7e452ec07e69e46c91 0.01 MB 28 507
124,220 124,220 00000000000004d1a179f9d744a7a211cc766873d78b7e946579b0a557e4b4cf 0.00 MB 11 2,852
124,219 124,219 0000000000004b8cf68f6219149f1bd01afd90579793a768170f875254afd00d 0.01 MB 40 0
124,218 124,218 0000000000005981b83941604ff6c860945e696c684f8bc549098b8889cad43c 0.03 MB 64 715
124,217 124,217 00000000000029f22765e1a3febc6811c89f56fda5d39c0b826d534a24319beb 0.01 MB 26 766
124,216 124,216 000000000000115ca26a2c231cd7cfde9610e865c8c144847187efc1ad1929f1 0.00 MB 7 0
124,215 124,215 0000000000004823090f52b396408721d1b2475b35a5d5e634f786a8e1bd647b 0.01 MB 20 774
124,214 124,214 00000000000037defde911a8827cacb12a0983352f804abeeebff6b6921da25f 0.01 MB 25 710
124,213 124,213 000000000000613b69c748a373513fc67065517d11d48d4369630c3cd89a6d2a 0.01 MB 26 954
124,212 124,212 0000000000004974804cd15cd336c699d3d0d62fa79e901012b8da07089a97cd 0.01 MB 12 968
124,211 124,211 00000000000026a632015654291d118b1080391c5fb3b28aa38636d0944a5a6c 0.00 MB 8 300
124,210 124,210 000000000000125b7aac9e8b5cfbfc41e2e55fa32c3be51428b683477bbf2c6d 0.01 MB 33 641
124,209 124,209 0000000000002d9579053c85b3e648de7b20e51884854854c9c5bd2e0ef3eaca 0.01 MB 9 577
124,208 124,208 0000000000004e41b6110f807f2210ed2ebaba45d60d08a763bcaead12280d6b 0.01 MB 19 1,863
124,207 124,207 0000000000002a6f07393ff4d6015fdfd6f41bb54d2393f1ac7ffe3bb692da9c 0.01 MB 31 1,095
124,206 124,206 0000000000004f9f1415009557f1bc2c2d9db83f313cde86d40c0c81d3297ff3 0.01 MB 18 1,590
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.