Loading Tool

Explorer IconExplorer

Memory Pool

79,761 transactions
29.72 vMB
0.08017813 BTC
Random Selection Loading Transactions
Max Size: 178.52/200 MB

Candidate Block

Mining Attempt ab4e00266196a453c3ae093e7c4651fb3ca8ed77318045bb0d3100c1ba11f016
Version 20000000
Previous Block 000000000000000000013cf702d9414db714b4bbb933ec22a416aebfd32738ef
Merkle Root d0690c416445b9cc4e77a4ea0b94c6a669874e133d8283e483c6edbdab36542b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,249
Size: 1.00 vMB
Total Fees: 0.01965268 BTC
Feerates: 502.65 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,010 (460,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,516 454,516 0000000000000000000e79e5fb2c8993de48256a941bb4642362032925d5f5bf 3,291 1.00/1.00 vMB 127
454,515 454,515 000000000000000000163971f85d07ff42746ad6e0dc324386e58b2267a928c0 2,268 1.00/1.00 vMB 194
454,514 454,514 000000000000000001fcee3d8ab4320704b09e661261d7cddb698b0811a26d63 2,460 1.00/1.00 vMB 147
454,513 454,513 000000000000000001341a36b006576e10ae358a92ce7a44d613d739fac51217 1 0.00/1.00 vMB 0
454,512 454,512 000000000000000000c6b581998c71b18705ae7c2986f1df68673c3f1bb2b64b 2,584 1.00/1.00 vMB 157
454,511 454,511 000000000000000000975b3c9ea2a4d307f99f9f5ffca8798b58efedb10f3a07 2,124 1.00/1.00 vMB 143
454,510 454,510 0000000000000000002e644ce6bb995ed07909e1ee0adf712dc8b583dfc7e048 2,740 1.00/1.00 vMB 189
454,509 454,509 000000000000000000238b654af0109d6ccb582e2fc411c28b4ee09c82df50bc 1,811 1.00/1.00 vMB 154
454,508 454,508 0000000000000000021e0f56918b622167e150ab3518f79f9a6c9144cc130e15 1,028 1.00/1.00 vMB 153
454,507 454,507 000000000000000000d5ac7dbe7d66d29458f397041e22d908169ab50a90e9f4 2,971 1.00/1.00 vMB 221
454,506 454,506 000000000000000001f233ba7ed4218e60e0ba699794f890c5aeef50ff4a531e 2,587 1.00/1.00 vMB 184
454,505 454,505 00000000000000000226aac0c084a1bb473b0d2ea6db2f80e8057ebe331211d3 1,874 1.00/1.00 vMB 104
454,504 454,504 00000000000000000213af71548e0e6cb3799d15a1d5376f919a5f8afc80f7a1 1,855 0.99/1.00 vMB 200
454,503 454,503 0000000000000000001516343a07769f343971bf4d068bba46c82939de2b7649 2,179 1.00/1.00 vMB 151
454,502 454,502 000000000000000000e5c91ccac74d85ae4a5ec1dcbecb41e79dc8a894732cf1 2,650 1.00/1.00 vMB 237
454,501 454,501 00000000000000000025174095782315d75ac67e8e50ca6b33cdcc71c6d1cfcf 2,741 1.00/1.00 vMB 180
454,500 454,500 00000000000000000156a184b7b42225ed7c1daf648759060e92024e5b5e87a8 2,153 1.00/1.00 vMB 264
454,499 454,499 000000000000000001db53472c48422b390ffeaaa52970d24fb30e6824cce128 2,187 1.00/1.00 vMB 166
454,498 454,498 0000000000000000023020d161f2aca7a90a408479f68fdc6c181b9b1c4fac47 2,423 1.00/1.00 vMB 207
454,497 454,497 00000000000000000001a205b076006b2270f5038c5c2a99c5f1dd1b8deb882a 2,379 0.99/1.00 vMB 174
454,496 454,496 000000000000000001f786e401e98b35793e6c695ba011d34f7fbba4591a7316 3,088 1.00/1.00 vMB 269
Previous 10 blocks ↓
Total Size: 782.41 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: 665.18 GB
    • Received: 15.09 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.