Loading Tool

Explorer IconExplorer

Memory Pool

86,655 transactions
31.81 vMB
0.10880558 BTC
Random Selection Loading Transactions
Max Size: 194.87/200 MB

Candidate Block

Mining Attempt 4c6a9f806d012d110a6a8c2481c830d41ad87dfff671e0cfc72ada446de50ee3
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root c45e296e365256d0a549862aee16b203ffd74f8859b7d3cde031069c5c2b2df9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,859
Size: 1.00 vMB
Total Fees: 0.02815004 BTC
Feerates: 1,236.26 > 2.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (49,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,833 865,833 00000000000000000002d090660d104e5c0084bb02fa7c30ccddba83cbd60e18 4,044 1.00/1.00 vMB 8
865,832 865,832 000000000000000000003cfd595bd881bcceec1db88c0b0221bcb416a6f4fb82 2,111 1.00/1.00 vMB 9
865,831 865,831 00000000000000000001868f486cda0fe0d48b56592ca7d38b1c7b5a8ac65d9b 3,988 1.00/1.00 vMB 17
865,830 865,830 000000000000000000010a77662251a649a18b4ac45e40cadbea8d56d938809c 3,627 1.00/1.00 vMB 19
865,829 865,829 00000000000000000000339de902950f5a20919ac9db09dabf74875d8ce135e1 3,831 1.00/1.00 vMB 22
865,828 865,828 0000000000000000000058e03c0e076b4c4aec88e8a1e25ac4ca2b120dfdc85e 4,147 1.00/1.00 vMB 29
865,827 865,827 00000000000000000001fe87afc28165a362ab1bdab6b77bda553c18ee0fe4d9 4,927 1.00/1.00 vMB 29
865,826 865,826 00000000000000000000209d94eec0250bc2f3d5d0b7217b7fb4b0848fb9e595 6,572 1.00/1.00 vMB 32
865,825 865,825 000000000000000000008c516c05552d91547d84c255d5d98a01a8bf0854cdb6 6,543 1.00/1.00 vMB 22
865,824 865,824 00000000000000000001aed5954f144d832c47fe2464add0c5e4bb643826c8e5 6,297 1.00/1.00 vMB 18
865,823 865,823 00000000000000000000b49a639ef779966fc6e42161dd1dd105ecfbb5c5faba 2,817 1.00/1.00 vMB 7
865,822 865,822 00000000000000000001c49fb244f0194493353e66783ef8728253af52e7bf0f 3,207 1.00/1.00 vMB 10
865,821 865,821 000000000000000000004a891c170b7987956e8e36a67c96b367a8a5aa062ee0 1,778 1.00/1.00 vMB 10
865,820 865,820 00000000000000000000f4b4e2102edf36c2c8bb74cb3439ee26600852f1e4eb 1,961 1.00/1.00 vMB 10
865,819 865,819 00000000000000000000f08180a873b40ce4e0f8f3cf1faf2ffa4a5e651e197e 2,621 1.00/1.00 vMB 13
865,818 865,818 0000000000000000000069f21cf639cfdf358580261e7ad9c0eaebc9e86909f5 3,639 1.00/1.00 vMB 18
865,817 865,817 00000000000000000002101712aac7c98e6d868d12c4a5bf479e447305d7d97b 3,557 1.00/1.00 vMB 29
865,816 865,816 000000000000000000020c0221c8aad10e5eed61d4b37c6fcdb5748e1d81c921 3,272 1.00/1.00 vMB 16
865,815 865,815 00000000000000000001bbe17df2cdec3eefb4600b1dfb9750aaab73ec5234d6 2,939 1.00/1.00 vMB 25
865,814 865,814 0000000000000000000275d9c1761278344fddafc11382590c73b91897004b79 4,604 1.00/1.00 vMB 21
865,813 865,813 000000000000000000015805f1e407534be8f680bd64370e54e68efa761eb2ce 3,403 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.