Loading Tool

Explorer IconExplorer

Memory Pool

45,067 transactions
27.37 vMB
0.10369417 BTC
Random Selection Loading Transactions
Max Size: 143.08/200 MB

Candidate Block

Mining Attempt 2bff1411e421255981fc002ee41b1c036ad25f2284c70ed09f5f69b3d7696c74
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ef3749323e68e0efddf6b69ab1d2b497c5dfd8cf46dffaa06cf2fc18dcfaf0ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04646018 BTC
Feerates: 151.01 > 4.66 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (433,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
481,505 481,505 000000000000000000b0d59c4b0781341f1109513979ba3088864bc8cbd8483f 2,288 0.99/1.00 vMB 333
481,504 481,504 0000000000000000012cff88e530b319ef7fe7c795c78f2cfbd5e7ab487cfccd 2,417 1.00/1.00 vMB 315
481,503 481,503 000000000000000001109283450628ec4865960f30d8e5221509bf7cb6739df3 2,033 1.00/1.00 vMB 318
481,502 481,502 0000000000000000007a0ee0df2678e6425b90e22420cc5ca6f3ebf4949f4bc5 2,160 0.99/1.00 vMB 256
481,501 481,501 0000000000000000000f9c749e67bf9adc1b4d6c3b3466c73d4bb84649ffb562 2,272 1.00/1.00 vMB 329
481,500 481,500 0000000000000000003cd6260fc94a74bbc2c57ace723abf4e7a379f1e15ea25 1,600 0.75/1.00 vMB 294
481,499 481,499 0000000000000000007e7258651bae35d87143615c5c95fb8dee4395f5bc16b0 2,122 1.00/1.00 vMB 268
481,498 481,498 0000000000000000003952963b71a18771d7820016517aa8c3fb821da10aab39 1,492 1.00/1.00 vMB 266
481,497 481,497 000000000000000000290838eb83afaae7ff5becbf49b63ac91ec854d5599ec4 2,305 1.00/1.00 vMB 308
481,496 481,496 000000000000000000db65233f73340bf75e222d56b4b59beec1f565d7a4ba76 1,810 1.00/1.00 vMB 217
481,495 481,495 0000000000000000009d688936517cbeefa48188cd5defaf97bbc4026271d119 2,197 1.00/1.00 vMB 333
481,494 481,494 0000000000000000000cfc394273697fa1358d76240fee2fd7afbf80ff230c89 1,607 1.00/1.00 vMB 215
481,493 481,493 0000000000000000006f3ec2ce8bb8e539fe889d65bd3350ac5904e04906bc3e 1,497 1.00/1.00 vMB 205
481,492 481,492 000000000000000000d2c1fb17bdb614745ee26d66675f16efae29f4ccb08fc4 1,973 1.00/1.00 vMB 106
481,491 481,491 0000000000000000005b2fa9cbbfad7274254569a0a7d573e4df73807a01c282 1,922 1.00/1.00 vMB 253
481,490 481,490 00000000000000000022c6a301a1cdc9ce902deaa521b5b73c51fc6a73f8e5a7 1,896 1.00/1.00 vMB 135
481,489 481,489 0000000000000000004f114ad8931ec0e91a38ad7c3634f254c66070c33c0210 1,678 1.00/1.00 vMB 213
481,488 481,488 0000000000000000001a85a9eb2afb14a9c9e829510dffe9710e40cbc893442b 2,199 1.00/1.00 vMB 312
481,487 481,487 000000000000000000d31a72964b7c551e68bc495edee45e2c8d5efd0c93a5b1 1,981 1.00/1.00 vMB 246
481,486 481,486 0000000000000000012b0a169ada48451bcdffde867a4bfb257e5c170e1e3b26 2,204 1.00/1.00 vMB 290
481,485 481,485 000000000000000000a602f5820f64f304cc2bcaee90d2ed2d658e7a16b1760d 2,339 1.00/1.00 vMB 306
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.