Memory Pool Memory Pool Refreshing

5,941 transactions
3.57 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
902,292 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 3,337 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,291 (393,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
508,736 508,736 00000000000000000056c86795f0a365448c945e2693774273b1cabfd34f8de8 1.10 MB 2,229 78
508,735 508,735 0000000000000000001282b49556a0e255805e1975c3f4b8f3e4ea99e637c072 1.08 MB 1,740 81
508,734 508,734 000000000000000000138c112010f27acba4d367b89a57cbe31a38c99a888cff 1.08 MB 2,201 67
508,733 508,733 000000000000000000294a117dc3c0b93d9b87717ed6692da31f5bdd38ee123c 1.05 MB 1,636 50
508,732 508,732 0000000000000000001d1329fc03ed6ce2d2066cd132d69e9da236ada1ed75f1 1.01 MB 463 14
508,731 508,731 0000000000000000001d75622294dcbfa9965de19aea6d9d5f024fb2bdf7a473 1.10 MB 2,663 77
508,730 508,730 00000000000000000035798b54bd7c2dd9ac3efaaf0b727cd25264a1bc20282b 1.04 MB 1,411 48
508,729 508,729 0000000000000000004215047185d04a88928ec5296318a8fae375ba61c4cc72 1.05 MB 1,515 51
508,728 508,728 000000000000000000037893aa4d166e75a2d7ef9992333b35975c7d2664b1a3 1.09 MB 2,360 46
508,727 508,727 0000000000000000005cd0a67f85d415453791a330fafb301c0ba7c8d4373a12 1.03 MB 2,162 130
508,726 508,726 0000000000000000001dfa836f3481db3a104f43baa68cd88f640de1d9d3aa0e 1.02 MB 333 9
508,725 508,725 0000000000000000000e13fd23183da73a83dc2df20cdb23892d2b505ab43775 1.00 MB 173 7
508,724 508,724 00000000000000000033422123dbcac8bd20b589d5d331d0c3e8df99dfa39118 1.12 MB 2,082 72
508,723 508,723 00000000000000000035d38dd8acc271252979c3b889b555caa77942aa1ea8dc 1.00 MB 304 8
508,722 508,722 00000000000000000030c885b26ee5513959c8cab84479b8c5c12409bfdc0c30 1.02 MB 906 28
508,721 508,721 0000000000000000000440ac43c3e2cf43b1c1fc6867d81a077841ebbef20079 1.06 MB 2,040 69
508,720 508,720 0000000000000000005664e39c5179dac3767b4154cbb9e4efe19afda3b0937d 1.01 MB 185 5
508,719 508,719 00000000000000000032732d11f58553c5012dc33bb13c3f4e8dd4f46d15631d 1.01 MB 488 21
508,718 508,718 0000000000000000005ad944a8203464cdd3c8d4a9568bdeebad98564b90dba7 1.00 MB 279 13
508,717 508,717 0000000000000000002e284ea360399f248fc59f494d7d9103b7cbbbb187ab23 1.01 MB 230 8
508,716 508,716 00000000000000000032fb479db4d8f10bb3662185357cc43be3f818cc5b1d85 1.05 MB 1,642 63
Previous 10 blocks ↓
Total Size: 759.66 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: 855.20 GB sent, 44.59 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.