Loading Tool

Explorer IconExplorer

Memory Pool

29,159 transactions
5.98 vMB
0.08237268 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 44.48/200 MB

Candidate Block

Mining Attempt 32fe7c98da97c5945da212cc0eb2b64b4b0f611b25010b126e363833993800e4
Version 20000000
Previous Block 0000000000000000000137532adac783c427e68f30b01fcd4519d37b5a7f8667
Merkle Root 5c55f355b9c3305fad1210939f594ec5587c5dec95908cf6de4ec90bd7f0e4ef
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.06267890 BTC
Avg Feerate: 3.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,841 (647,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
265,616 265,616 000000000000000192829dd7e3c1592a122061eb3c0d28207d2cb63fa8999388 0.16 MB 268 80
265,615 265,615 000000000000000777452ead41198fa936e773487a662ae2438485b06a2f16a1 0.04 MB 92 38
265,614 265,614 00000000000000019e5565c30c886374ef83ea18b2819df97db325b9fffc8499 0.15 MB 309 86
265,613 265,613 0000000000000004b65ae7e46882b54b524e1f8914142469826844f4dddf9e82 0.11 MB 252 98
265,612 265,612 000000000000000e5bca4eabc412b8b18a4073ec3ff100bb04594a18f824ad46 0.19 MB 433 100
265,611 265,611 0000000000000005fff33a60c8c9007954ba856f8cf0833bce1e4bdffe67e3e4 0.08 MB 146 81
265,610 265,610 0000000000000001d1d319e4a111dbc9c2361cc332475c68fc3b83c3f2271113 0.19 MB 442 89
265,609 265,609 000000000000000adb7fea1a8da0e83a50b0d98b225bfe739b4b91da41dd7cc5 0.13 MB 106 40
265,608 265,608 000000000000000c5f77305fecb91f911b56b577fe36f88ba53b3625701aa408 0.25 MB 618 119
265,607 265,607 00000000000000066cd86d6590036199125d9920366e9773fb6f61a10129263c 0.29 MB 286 36
265,606 265,606 00000000000000062d533505fa9edb7f54611b78e3c775da7bf25668b9639652 0.25 MB 561 98
265,605 265,605 00000000000000048609d9627ad79bc8e3a2f5ad0a44574719467ea80f5ca439 0.25 MB 661 130
265,604 265,604 00000000000000098a96d8040616227dc0cfd72f0eece43ea44871c7aaae949f 0.50 MB 983 73
265,603 265,603 000000000000000a606604978609119b8452336eddb3377a3f91f8233af3e6e0 0.25 MB 289 88
265,602 265,602 0000000000000002d9793a892626902305053ff4347eb6771cadac9b6f51b211 0.25 MB 651 195
265,601 265,601 00000000000000025f78ff66dfdc684aefa79c2d324dc9927ed4acd97995173b 0.02 MB 28 65
265,600 265,600 000000000000000c02b3283ff1f55a1628051c66982151e3563fc55111c512e8 0.15 MB 146 31
265,599 265,599 0000000000000000d98ed1c86f483e3c8473972b3669dde3d334d87696a87921 0.06 MB 110 56
265,598 265,598 000000000000000a67d1c4fe13d43f36921a96235e69fc8c2abb92cd2bcb5db3 0.09 MB 227 101
265,597 265,597 000000000000000b42d66f3bd374d59369410b90f28238d59a60e027424ebcdd 0.21 MB 494 106
265,596 265,596 0000000000000003c1d48b638b9857cb56b6fe9188a60c481fbc9b738ccb4663 0.08 MB 188 70
Previous 10 blocks ↓
Total Size: 778.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 97
    • Outgoing: 10
  • Data Transfer:
    • Sent: 189.95 GB
    • Received: 2.12 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.