Loading Tool

Explorer IconExplorer

Memory Pool

45,833 transactions
32.26 vMB
0.12783600 BTC
Random Selection Loading Transactions
Max Size: 163.66/200 MB

Candidate Block

Mining Attempt a63ad8aa8e34cae90ba25381b47a448cefb749857d36e9efc1d54d4d392e358f
Version 20000000
Previous Block 00000000000000000000eec519111293713fc768004cb21df7a6de617fb0ea11
Merkle Root 6722a242c4a3914a7766805624a9c07d58117a82b147e13f13b2608755de1d54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,648
Size: 1.00 vMB
Total Fees: 0.05499020 BTC
Feerates: 265.25 > 5.51 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,580 (443,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,153 471,153 000000000000000000f3ea7168943596e141374177e08d184c5790746c2970ac 2,409 1.00/1.00 vMB 428
471,152 471,152 000000000000000000db8fdb5d7cb4c0fcda6b6e5f4f599f4b1fda0e3d49b980 1,962 1.00/1.00 vMB 462
471,151 471,151 0000000000000000009539fd164fa37870cc30ab49f8268f638a737d63b0a599 1,442 1.00/1.00 vMB 286
471,150 471,150 000000000000000001562c1b9731b9921a96134a49f746ab33ee218b7f55ebba 2,161 1.00/1.00 vMB 374
471,149 471,149 0000000000000000017bb4421ad64313cc3ef9653e37424429befd13a3a1d9c8 1,452 1.00/1.00 vMB 378
471,148 471,148 0000000000000000006543025e316c6a38b3e8ddac38fe8a5dcf0ad76c89940a 1,573 1.00/1.00 vMB 345
471,147 471,147 000000000000000000e4b6d4f04933d794aca9990998a79746ad2bc6b39c5bbb 2,381 1.00/1.00 vMB 438
471,146 471,146 0000000000000000011db3cbc8f332074fb4e5920d97f31d6204e433fab88c8e 1,915 1.00/1.00 vMB 399
471,145 471,145 0000000000000000012964494685187bf28d5f457932703e6780af3d50e4d220 2,273 1.00/1.00 vMB 505
471,144 471,144 00000000000000000010bcfc37079847e7d7e81157608a09fa14264edddb7479 1,354 1.00/1.00 vMB 358
471,143 471,143 00000000000000000028c97ce5e2085f34b2a470511cf2771d5bb2b8b39d2311 2,387 1.00/1.00 vMB 449
471,142 471,142 00000000000000000192c74d3f85c41d0932ddc5bf9cee18d0a9b90c88561223 2,700 1.00/1.00 vMB 422
471,141 471,141 000000000000000000f89d49f83a55c55cb74f1bc6c00773ce49aac415308738 2,381 1.00/1.00 vMB 307
471,140 471,140 00000000000000000131e3bb3a3963f1c5767a28d0f0d1aade9bd881dbe986f8 2,589 1.00/1.00 vMB 407
471,139 471,139 0000000000000000004e8c09e00ca25659877c5993f465bb5dc7bf82113b4d18 1,721 1.00/1.00 vMB 400
471,138 471,138 00000000000000000022cf55ae308e995affb450d9bda79e181e38de03df5b1f 2,384 1.00/1.00 vMB 472
471,137 471,137 0000000000000000005f8ac5d2bab519bddfa5e70f5635d81edd036aff25e80a 2,413 1.00/1.00 vMB 234
471,136 471,136 00000000000000000050c7145621f3cecdbce9f8293bcaebff17bf1719951822 2,541 1.00/1.00 vMB 357
471,135 471,135 000000000000000000fa65bbadf23ed887f4ef26e5aa2e9acdab4c7cc3c80e06 2,713 1.00/1.00 vMB 224
471,134 471,134 00000000000000000175752a7c3326278681c3d4ec14f61c0800bae1562ccdd6 2,527 1.00/1.00 vMB 314
471,133 471,133 00000000000000000147cdeb83b7d47751ae0e2e1c3871ed73dad25ec72ea36b 2,552 1.00/1.00 vMB 248
Previous 10 blocks ↓
Total Size: 781.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 626.66 GB
    • Received: 11.70 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.