Loading Tool

Explorer IconExplorer

Memory Pool

84,748 transactions
30.51 vMB
0.13300638 BTC
Random Selection Loading Transactions
Max Size: 185.36/200 MB

Candidate Block

Mining Attempt 39dfb21cb232d2b6dcb770daa741c8e3137701792218879fb57e5d99945ff53f
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root 79d0642a0c001727c55e04adc2d68e235824f4847637ab10b5e3b3cc2843cd6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,975
Size: 1.00 vMB
Total Fees: 0.07030159 BTC
Feerates: 170.36 > 7.04 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (462,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,028 452,028 0000000000000000027dbe78ce47adab064578c1c8c39e86daf6ad9e71912f5d 2,506 1.00/1.00 vMB 98
452,027 452,027 0000000000000000007dc9d5ba72e86d1ee879f87762de9a6e69d910610bd1e0 2,314 1.00/1.00 vMB 132
452,026 452,026 00000000000000000172b92217c0c09b7fe0c3908c71597a5720184f69ef7399 2,000 1.00/1.00 vMB 84
452,025 452,025 000000000000000001c397f77e516961e538254f58c54525772834c626d74fc7 3,179 1.00/1.00 vMB 95
452,024 452,024 0000000000000000016713d8ccac77223c2a9a899397e3ef4397a9817876724a 2,293 1.00/1.00 vMB 100
452,023 452,023 000000000000000001883493866f2476ea6c8e3e41bd6e7e5952bae37ecebb80 2,256 1.00/1.00 vMB 97
452,022 452,022 00000000000000000207346ee1fa6dbc330261fb282b6e6d13fdce746e17876d 3,018 1.00/1.00 vMB 168
452,021 452,021 0000000000000000018f30efe5c96a3ad7225ec15506721b3ee77bbfcc362e53 2,383 1.00/1.00 vMB 86
452,020 452,020 00000000000000000167e34f0f5ac2cda77dee59bee71a6ef4da3ef202798a13 2,324 1.00/1.00 vMB 93
452,019 452,019 000000000000000001efa20737eb635e90925e096cb8ed50f766811e51dc2af5 2,250 1.00/1.00 vMB 126
452,018 452,018 00000000000000000086ce14ad3bd6e69329c1350d5b10b67e068605342f99d6 2,237 1.00/1.00 vMB 142
452,017 452,017 0000000000000000021a0892594691ac2b0378b340e59e8bc5c88fd93c9c69c6 3,263 1.00/1.00 vMB 76
452,016 452,016 00000000000000000130f5012eceb29b40271a8c6cfa4dddc0f0cfd7e87ee49c 2,492 1.00/1.00 vMB 142
452,015 452,015 000000000000000001790d35acb00ab494fec6903e5960b99fddfa7e1a9937d0 1,045 0.37/1.00 vMB 67
452,014 452,014 000000000000000000cef6d12e7a23b4b9223d822c3bbfea9182ff26df83950c 2,175 1.00/1.00 vMB 87
452,013 452,013 0000000000000000023291cdb8ebe2617b94041887dfd5a0fe2397257076ddcb 1 0.00/1.00 vMB 0
452,012 452,012 000000000000000002135b54892ebb6ff156a62a422cb078f460aa72590431b3 1,549 1.00/1.00 vMB 115
452,011 452,011 000000000000000000a836e2afcbbce3e107dfa0eb62840358a14372388634a7 1,341 0.63/1.00 vMB 135
452,010 452,010 0000000000000000023d91be397c623f3e5f250eb2b0b955ee489f1c8a341e9d 2,306 1.00/1.00 vMB 164
452,009 452,009 0000000000000000017dc2a0787218539be61a06f161eca237f0f5391671ef72 2,971 1.00/1.00 vMB 95
452,008 452,008 0000000000000000005a4089eb15946f4bd47a0b2c06f645ed7a80606ce206d5 3,738 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.32 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 660.27 GB
    • Received: 14.66 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.