Loading Tool

Explorer IconExplorer

Memory Pool

70,999 transactions
26.65 vMB
0.06769427 BTC
Random Selection Loading Transactions
Max Size: 160.97/200 MB

Candidate Block

Mining Attempt d3c3be8431c8d8722e6184e84220bb236bd8e91632b8700a443117898f0617c6
Version 20000000
Previous Block 0000000000000000000009108cad781ae4d8e37535e7563f5e6e6a71e95b6e45
Merkle Root b62bdd8d0e499086124e7da0c84925daa6b545de7ee8b24279e91c343d5ed76e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,904
Size: 1.00 vMB
Total Fees: 0.01082324 BTC
Feerates: 50.18 > 1.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,463 (681,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
234,350 234,350 0000000000000062731a03a0cec24e486529070f7e6f5aa162194cee27b20ca5 746 0.25/1.00 vMB 214
234,349 234,349 000000000000013bfdf35da40a40c35ccd75e09652ae541d94d26130a695f757 663 0.41/1.00 vMB 113
234,348 234,348 00000000000000a9a098db30a52b0bb89a901e8789d8b404d77b3927196a45ce 4 0.00/1.00 vMB 0
234,347 234,347 000000000000015c4b21b70a6b05da61a30ee650ee7f8031e2ae430faf954212 911 0.25/1.00 vMB 237
234,346 234,346 00000000000000142de0244ee8fac516e7c0a29da1eafc0d43f2da8b6388b387 359 0.10/1.00 vMB 16
234,345 234,345 0000000000000195a9038477cef1aed7f40928f65541eb6692295b78fb41c15a 113 0.15/1.00 vMB 61
234,344 234,344 0000000000000057048f24f9dcaade0941c50c6fcd5fab6a51782c2698507019 633 0.30/1.00 vMB 181
234,343 234,343 0000000000000196a95a997c7c38eff77beb2870e0ae3ef5a04d9a7eb53f54d9 100 0.17/1.00 vMB 56
234,342 234,342 00000000000001440075de97b70fee00b60e86c32687172f3fddb1ca7d488378 369 0.25/1.00 vMB 136
234,341 234,341 000000000000008bb59825aba5dd4a689474d6a0115fbb21c37515512eca29ab 571 0.25/1.00 vMB 191
234,340 234,340 0000000000000064001b5e31bed418f3a7beb9199e1441ba71a3e0f51a9007ec 306 0.10/1.00 vMB 11
234,339 234,339 0000000000000054685afe8c7e4227abdd884f3d3e66fd5c97c0ee369dfe1d87 700 0.25/1.00 vMB 200
234,338 234,338 00000000000001291756f85b2b11278828ab059a7666b4007757c8c1c767d074 68 0.15/1.00 vMB 23
234,337 234,337 000000000000004eb3025d46d5aded1728b5205e8efa5e79900a9a1abc0a1c45 223 0.11/1.00 vMB 151
234,336 234,336 000000000000009b175c987b780f2f710e6cac9e5433faad05bb7aa4b423a4dc 298 0.16/1.00 vMB 128
234,335 234,335 000000000000018f0bce538b08f01b50a8f81b721586e7f26010d64aa558609b 539 0.25/1.00 vMB 167
234,334 234,334 0000000000000137835f1d60791724f271f6dd5ced2c3e10fc929175b1190d88 733 0.25/1.00 vMB 218
234,333 234,333 00000000000000ae370034a61c23d87d6804513b0465a0de1673b4a5169477d8 28 0.01/1.00 vMB 174
234,332 234,332 00000000000000ccc9ae1bce3ef237b8c1c20cbdd4f017124c5ce8f001823490 49 0.15/1.00 vMB 20
234,331 234,331 000000000000009de9f87c5cc742f0c6440c76ff80e9032a2d23f8e3ab1c11d6 581 0.27/1.00 vMB 159
234,330 234,330 0000000000000139498aeaeb7c4023753dff3999abb0678fc0a4c7223ef9ccaf 288 0.15/1.00 vMB 150
Previous 10 blocks ↓
Total Size: 783.20 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: 754.05 GB
    • Received: 18.92 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.