Loading Tool

Explorer IconExplorer

Memory Pool

37,977 transactions
28.02 vMB
0.06174669 BTC
Random Selection Loading Transactions
Max Size: 141.94/200 MB

Candidate Block

Mining Attempt 5d8ed5cde16deb3926113269b0df418daeb6c297cbe64f495f17920ebf9d852b
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root 548a058aef40bd569a36a35cddc337802d7abf8e2ec3d122348e97f7e5490e16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,612
Size: 1.00 vMB
Total Fees: 0.00820360 BTC
Feerates: 150.80 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (266,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,498 648,498 00000000000000000009d04c50edfd55cea6896ca246f08f6ad11771042af3b3 1,471 1.00/1.00 vMB 18
648,497 648,497 0000000000000000000c44eab0c771d712cdc6ec1b701cc83124dfdf6ab23c77 2,663 1.00/1.00 vMB 30
648,496 648,496 000000000000000000086962035086811ec813d59d35ed8ff6f06d310e7ba68c 2,537 1.00/1.00 vMB 67
648,495 648,495 0000000000000000000e0dcd424b7697fc6c385da7a240f6ac73040e25cab66c 2,488 1.00/1.00 vMB 71
648,494 648,494 00000000000000000004bd0961fd1ca61bcb60d1789adf9ce64dfbc44a0c521b 1,855 1.00/1.00 vMB 58
648,493 648,493 0000000000000000000ff53a15bb581241fdfc1b21f0cea193e81172c3438a37 2,826 1.00/1.00 vMB 89
648,492 648,492 0000000000000000000a100827dcd4e7ba40648ffced1eff33594bd1f85adc64 1,128 1.00/1.00 vMB 29
648,491 648,491 0000000000000000000d852b2d149d248eb6ecdeb6575571db80467e2a1bb558 2,774 1.00/1.00 vMB 57
648,490 648,490 000000000000000000094c3b90a53e189bb71a3bb313725f05f979078592f216 2,075 1.00/1.00 vMB 16
648,489 648,489 0000000000000000000679a0efc7c61f4ace9baa21aaefe8143293b4377d7378 2,622 1.00/1.00 vMB 84
648,488 648,488 0000000000000000000ac35bcabf81b732fb89990de9ab9593207bdfffe127be 2,384 1.00/1.00 vMB 15
648,487 648,487 00000000000000000000c04f1ec9cb8b278da3422ef620c0abecde76cbaf8267 2,727 1.00/1.00 vMB 34
648,486 648,486 000000000000000000011bb1e9d607749e03199e3621458cc8c48f4d69bfd370 2,928 1.00/1.00 vMB 40
648,485 648,485 0000000000000000001018cbd4c8ba7eb8b48f2cb515a8e2ed08a5dca4703a4d 1,969 1.00/1.00 vMB 68
648,484 648,484 0000000000000000000a9d720d0b6f2f7bb7b6f2cc3bbd722ec452440ae1f3ac 2,449 1.00/1.00 vMB 87
648,483 648,483 0000000000000000000bce0902143da51f7f4e8e28f7a5c49ee4b6c01e19d2b0 2,968 1.00/1.00 vMB 96
648,482 648,482 00000000000000000009e6a9ff90c2a92460620905ab163b7c98fe44a9865233 1,121 1.00/1.00 vMB 22
648,481 648,481 0000000000000000000b63b0dd230db8b9532d767f6f184fb0bcf18f84ccccc8 1,903 1.00/1.00 vMB 25
648,480 648,480 0000000000000000000d8ac792f0cfb832f2965acb17dd287c4ca9ff512a8ecc 2,665 1.00/1.00 vMB 71
648,479 648,479 00000000000000000008dabc7e6aa958d016240321f7df39f92e57febf2655ee 816 1.00/1.00 vMB 22
648,478 648,478 0000000000000000000c29932ca2cc6ae83cc7a9aad74a9fd79d250241718528 2,566 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

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