Loading Tool

Explorer IconExplorer

Memory Pool

81,443 transactions
29.95 vMB
0.15643315 BTC
Random Selection Loading Transactions
Max Size: 180.42/200 MB

Candidate Block

Mining Attempt c0eb8329875d37f648a80c1f0f50ca204d78824016caf8806081f2081d869a45
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 74a1622ddde999858adc1be92774cdad0f374b7aeb1c2b0b624ad662d5c9f89c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,711
Size: 1.00 vMB
Total Fees: 0.05944649 BTC
Feerates: 1,002.91 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (450,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,614 464,614 00000000000000000012a25b9b4d3d32adbec4ae2546425c90852e661d723384 2,083 1.00/1.00 vMB 191
464,613 464,613 0000000000000000013774e8febb688bcf3d6c4b9a74e6e3c08163a4729172e4 1,808 1.00/1.00 vMB 166
464,612 464,612 000000000000000001a89d612dd5a036834528d83ea22391b0f9ac9fc4338d08 1,513 1.00/1.00 vMB 118
464,611 464,611 000000000000000001cfa2d76b1999205b111736ee64c1702f8f9ba65730ec63 2,453 1.00/1.00 vMB 148
464,610 464,610 000000000000000001af3de5f99e8c912d63f5c2e323e52606e5fe82703c5806 3,258 1.00/1.00 vMB 132
464,609 464,609 000000000000000000d22babf4eae969b5611797780a7daa9979218ecb8f7ebe 3,278 1.00/1.00 vMB 123
464,608 464,608 000000000000000000fca0653561da9cf9d81573423dca69329fe7b9cc985957 2,429 1.00/1.00 vMB 125
464,607 464,607 000000000000000001e0d7a085cc8c4149b774ede1dd11423308c29151e1d934 1,688 1.00/1.00 vMB 146
464,606 464,606 000000000000000000906b4e1d06ff87e2ac84d6f4af01acb6165c4de0f9f6a5 2,505 1.00/1.00 vMB 176
464,605 464,605 000000000000000001b8035adbd9d176b91ee01fd27ce4f0d0f7fb71764ce1ac 2,812 1.00/1.00 vMB 240
464,604 464,604 0000000000000000015b1eaecf758cff91d5814dd5fc415efca2e70c683f58c8 2,490 1.00/1.00 vMB 150
464,603 464,603 0000000000000000015fee87e18a00ae557d9aca8a20981e115b370358347b04 2,910 1.00/1.00 vMB 142
464,602 464,602 000000000000000000115c1527884aa6a3481fc2e77f00972d43719b3cbd041c 2,243 1.00/1.00 vMB 157
464,601 464,601 0000000000000000020eb70bb513a87143fea302fc23615e79a9a1abd9f4e0aa 1,665 1.00/1.00 vMB 134
464,600 464,600 000000000000000001762fe8b262c49e62cc7a8ca92495ed5d0d6200364f13c3 1,723 0.93/1.00 vMB 123
464,599 464,599 000000000000000001672fd6c92f9fb0c01dc375b4c9dc01e8395eb5485b0ba8 2,033 1.00/1.00 vMB 138
464,598 464,598 000000000000000000f3088132f12affa7ad5a8ce20906b74b75bd23eca98dc3 2,313 1.00/1.00 vMB 194
464,597 464,597 000000000000000000532cc6e535596cc5626a54a55c6b208aea8bdf2dbcf449 2,736 1.00/1.00 vMB 186
464,596 464,596 00000000000000000150ee4775cd661cf63e80d21fd455898cdbb8b70504b98c 1,976 1.00/1.00 vMB 157
464,595 464,595 0000000000000000003006fb97c9695e1b58e577d2021ca39bab17226ab52825 2,685 0.99/1.00 vMB 192
464,594 464,594 000000000000000000020fe5e98fd311039ba3b0953fe6268b5a3a357de83067 2,082 1.00/1.00 vMB 172
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.55 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.