Loading Tool

Explorer IconExplorer

Memory Pool

76,989 transactions
28.70 vMB
0.07403171 BTC
Random Selection Loading Transactions
Max Size: 173.82/200 MB

Candidate Block

Mining Attempt 537f0eb333a2388df5a241f71de872246a92525e36b6ec5db725a2b7f448239b
Version 20000000
Previous Block 0000000000000000000034cfd79664e0a1680400ea13802d309e22ae00459d8a
Merkle Root 8a1202992a9f6cd57ddd6d8cf94c5d369380943c08bb8a8c7ce7aae45390e4a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,128
Size: 1.00 vMB
Total Fees: 0.01430212 BTC
Feerates: 129.25 > 1.43 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,159 (91,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
823,940 823,940 00000000000000000003d8679516f68254e7409c54f9409abb316799b6b70ba4 4,228 1.00/1.00 vMB 106
823,939 823,939 00000000000000000000392c437cc9d28ad04c6c55075a01b07c95e1fdbe8e5a 3,984 1.00/1.00 vMB 82
823,938 823,938 000000000000000000023d6e48c358482c543cafc668f33c1f70b204876ef778 3,217 1.00/1.00 vMB 73
823,937 823,937 00000000000000000002edbc38753332fda1862d28c0d56b7d1e23291029024b 4,498 1.00/1.00 vMB 83
823,936 823,936 000000000000000000030051c1ea2a3cc00c5cf9f8b973b90865bef73f232ef5 2,488 1.00/1.00 vMB 73
823,935 823,935 00000000000000000003cd8f100fdd3255a0dbf9d89bf1f96db70102dbcab08e 4,153 1.00/1.00 vMB 91
823,934 823,934 00000000000000000001d546b53b34bc1a2f80ec6e50deff1352a4c9a8f197d7 3,557 1.00/1.00 vMB 96
823,933 823,933 00000000000000000001520b6d7137943a76316fc01adcd5bd22edcf06f34b14 3,546 1.00/1.00 vMB 91
823,932 823,932 0000000000000000000138d89b4e68e03859817c60510d9d8735538ed1928bb7 5,427 1.00/1.00 vMB 79
823,931 823,931 00000000000000000000a2d171cf873e2ea7c7853715cae3721a7ccd99467094 4,278 1.00/1.00 vMB 78
823,930 823,930 00000000000000000003b61f1bcf1f3c3a5674b6dfa60fa1dbf0f3e468e3fba0 3,898 1.00/1.00 vMB 87
823,929 823,929 00000000000000000002ac662079b0e3118fedd8dcada0d238aa3e163e5955d2 5,161 1.00/1.00 vMB 90
823,928 823,928 00000000000000000000f3b68d66c47a16d6fbdcb393a8a9d4f5124ad9641229 4,838 1.00/1.00 vMB 95
823,927 823,927 0000000000000000000103d3b8c2a74c894c2147f4d661e3e0370a752e3ef528 3,930 1.00/1.00 vMB 93
823,926 823,926 000000000000000000033c92eac34a2cb95ab27575a8b2cbd602109c2ee6fb11 3,774 1.00/1.00 vMB 93
823,925 823,925 0000000000000000000358db21e5c9343f96c0733e2343d0c8c7137fd80dd47c 1 0.00/1.00 vMB 0
823,924 823,924 00000000000000000001bfc9b0ce4255175f5eb0e98babd8a15eb77143bc14ff 3,393 1.00/1.00 vMB 112
823,923 823,923 000000000000000000012c53342881389ff094d0cff5b7c51c452d7755d51522 3,737 1.00/1.00 vMB 138
823,922 823,922 000000000000000000008c3b7e3351af0b23c4977b4a3752317866b2532df21c 2,917 1.00/1.00 vMB 108
823,921 823,921 000000000000000000032bee2029d0794989643b55ad3523463a9c5f84b398a7 2,831 1.00/1.00 vMB 195
823,920 823,920 000000000000000000000b58b12d6a6ba7dba4d33a9b46c0b0969660f933fd21 3,190 1.00/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 782.67 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: 673.12 GB
    • Received: 16.40 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.