Loading Tool

Explorer IconExplorer

Memory Pool

47,917 transactions
27.77 vMB
0.05971777 BTC
Random Selection Loading Transactions
Max Size: 148.27/200 MB

Candidate Block

Mining Attempt 74aeb409ac05700629545965535a15c4187a825f34d52f8036eb5aa0af617325
Version 20000000
Previous Block 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b
Merkle Root 870ffd84e9bb29dc175499ca0167fe12d596992f99520774cc4dfe54bd36a954
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,187
Size: 1.00 vMB
Total Fees: 0.00746108 BTC
Feerates: 100.00 > 0.75 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,795 (335,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,330 579,330 0000000000000000001bd8604d2680cc4e296cecc995ccbfe4b06cf5223e88c6 2,371 1.00/1.00 vMB 161
579,329 579,329 00000000000000000011795dad0ce6fda24338b4f892e08ee5386317e158a6f3 2,247 1.00/1.00 vMB 66
579,328 579,328 0000000000000000001804eda534a76b3178fd22664ba302405529e182eff144 2,667 1.00/1.00 vMB 163
579,327 579,327 0000000000000000000df0562bc8f1512cc1873db9affe2d20f6bbd99c734f87 2,131 1.00/1.00 vMB 125
579,326 579,326 0000000000000000001e41b87bd80304311888fe31496077425285fc167b3f73 2,272 1.00/1.00 vMB 134
579,325 579,325 00000000000000000025aa28fe2450ef6267ea7b6754427979c5cf0c1ecd8d6b 2,549 1.00/1.00 vMB 172
579,324 579,324 00000000000000000022c64e0a04ccfb35dfd3ef05f589f8c5a47d18c16dcb91 3,115 1.00/1.00 vMB 219
579,323 579,323 0000000000000000001d45c1e2e1b5cb4b4b26d2f6c029e29fc28f3db1663809 2,301 1.00/1.00 vMB 75
579,322 579,322 0000000000000000001d43bacc26e5841a955a8c57271438862844bcef827b98 2,066 1.00/1.00 vMB 31
579,321 579,321 000000000000000000005cf261d9ae5de8e473a95f8de58294cb5510a7f6b476 2,432 1.00/1.00 vMB 89
579,320 579,320 000000000000000000109a453c09d5040c8d765a971d56a287a2dab580de2918 2,664 1.00/1.00 vMB 124
579,319 579,319 0000000000000000000b2912fc1a4c0dd7986575fd988ceb3708a1d5b1e4b86b 2,782 1.00/1.00 vMB 181
579,318 579,318 00000000000000000005242d8c3ed43c7c288ca57de2aa2b39421623ab3a68e4 3,002 1.00/1.00 vMB 105
579,317 579,317 000000000000000000240782e53de9132c5d9202fbddcd7fc0ecd939cf548c4f 2,962 1.00/1.00 vMB 143
579,316 579,316 0000000000000000001caf8cefceb14182a78e49f36022e9a8c8881a3c037ce0 2,640 1.00/1.00 vMB 198
579,315 579,315 00000000000000000015665943ae02cd2baccd91f76bc3a0126eee9faf0b920b 1,796 1.00/1.00 vMB 36
579,314 579,314 0000000000000000001000ae5ba99ce2d67759428b023f1af19c58b423b511ab 2,357 1.00/1.00 vMB 42
579,313 579,313 00000000000000000016837311136705ecde8caacc2f367d0292388fa7fc913e 1,864 1.00/1.00 vMB 22
579,312 579,312 0000000000000000002533d8b6011145784d858f47e1fe4f2e6ed9ea387b51d8 2,595 1.00/1.00 vMB 119
579,311 579,311 0000000000000000001cc35270efd7d80448b2eddeaef97b69c62095b1ccaece 2,370 1.00/1.00 vMB 183
579,310 579,310 00000000000000000003c9069ec7fe40a3951896b4a1e34a760753f90d5f0303 2,260 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.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: 649.99 GB
    • Received: 13.24 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.