Loading Tool

Explorer IconExplorer

Memory Pool

43,280 transactions
26.44 vMB
0.06111761 BTC
Random Selection Loading Transactions
Max Size: 139.07/200 MB

Candidate Block

Mining Attempt 62da8a3e5e30eebf102d5edbe88fd759617a967b46ce48c5e997c74f6de31410
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 56eab95bd7938f207e98bc3a245cd50573848c3270950f653adb1a9b538b31d0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,285
Size: 1.00 vMB
Total Fees: 0.01267132 BTC
Feerates: 73.66 > 1.27 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (469,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,269 445,269 0000000000000000037a9c3bcc605590cf309bea9990bd4b959f552060750d0a 956 0.47/1.00 vMB 52
445,268 445,268 000000000000000000699ebea50f694cbf4f88c84d9205dde90025c68642cccc 1,818 1.00/1.00 vMB 49
445,267 445,267 0000000000000000026e0f6d0b5be0655ea24c85e2f36c14774782da78afd830 2,369 1.00/1.00 vMB 85
445,266 445,266 000000000000000000574552c33263bbee997bd44f2d48e11449804fd40cfd7f 1,696 1.00/1.00 vMB 68
445,265 445,265 000000000000000002a139e2fc395f271ef085c3e2093c7ae3ad0ba546085eb1 2,532 1.00/1.00 vMB 82
445,264 445,264 000000000000000002ecf38a8efd99f3050aa8304f54a6581439369ac112c4b0 2,861 1.00/1.00 vMB 73
445,263 445,263 000000000000000000c2e3fe82fa530ab5a9305ce9edf785625849642af8880d 2,488 1.00/1.00 vMB 66
445,262 445,262 000000000000000002f21fec703bc441cf8380309d6fe53c07d540c521fd1ed5 1,904 1.00/1.00 vMB 95
445,261 445,261 000000000000000002b51af85c95e4afcab288629d5d7d402bd8097479ab95fa 2,410 1.00/1.00 vMB 94
445,260 445,260 0000000000000000031360d613e87ba78d44355d2bfa9bacbe17466fd30b0ec5 1,872 1.00/1.00 vMB 78
445,259 445,259 000000000000000002634c5fa81a62bb79e04bf4ed80d23f1a9d94930e3cc909 2,691 1.00/1.00 vMB 91
445,258 445,258 000000000000000001b07a393e970f82fab5a170d47e855e755282a58a42c0de 2,751 1.00/1.00 vMB 89
445,257 445,257 0000000000000000022693f8f28f98055ea1b4c5d0dab1d18a62d4a0457959e6 2,511 1.00/1.00 vMB 102
445,256 445,256 000000000000000001bb06aefee36dd9fe2616b5444e9d0713e7dc94a9ce6508 1,600 0.69/1.00 vMB 72
445,255 445,255 0000000000000000004baa2fd3cfbe5920bcdbaf4a73573d09fb8db06fe1140a 2,349 0.96/1.00 vMB 76
445,254 445,254 00000000000000000013345124955d4e9b3f655a3f1a5a2558bfdfb9b247dc0b 1,329 0.67/1.00 vMB 57
445,253 445,253 00000000000000000197f0fba162df0318002fbb274675ef71dddda5cb6b9a35 2,072 1.00/1.00 vMB 76
445,252 445,252 000000000000000000b571b12ff06eb41c01dfd1ff759cd4d3c8c1829ad671fe 1,927 1.00/1.00 vMB 96
445,251 445,251 00000000000000000272a35c39143806c7f9404a1afd6e1d88734bbf2661130d 321 0.11/1.00 vMB 77
445,250 445,250 0000000000000000013f09b4ca54e9cbd234489d5206f0c10fa4f23326b6c718 625 0.35/1.00 vMB 56
445,249 445,249 0000000000000000009e9633c7b88dd1d89e04d9f58d082987c3ccb2fc2080ba 1,322 0.52/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.01 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.24 GB
    • Received: 13.14 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.