Loading Tool

Explorer IconExplorer

Memory Pool

48,444 transactions
27.47 vMB
0.07634727 BTC
Random Selection Loading Transactions
Max Size: 146.43/200 MB

Candidate Block

Mining Attempt 8d946e7562bfb040e3f09434f45dad2662f0487d0a3ce336e6e8188900fec366
Version 20000000
Previous Block 000000000000000000016efaef9f7da737aa2349d0b4dafc4a282bf2e687179c
Merkle Root 48663dc926471a6a1cd1a898d227ebb43fcd513eb394a69a64fa8ff015bd35ca
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,896
Size: 1.00 vMB
Total Fees: 0.02474903 BTC
Feerates: 150.92 > 2.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,784 (80,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
834,349 834,349 0000000000000000000258753cf3cf925d99d6e0215ea971db93684b1a49b926 3,424 1.00/1.00 vMB 37
834,348 834,348 000000000000000000009e91690486cec8c4eff156792c0f57f8af753b28d2d1 3,247 1.00/1.00 vMB 23
834,347 834,347 0000000000000000000352eca0c655a01fb60ddb020455fb4a8dc5c5da1b7485 1,585 1.00/1.00 vMB 16
834,346 834,346 000000000000000000028528dd42cb6ab6db37eb24eb6d6b83b1af5395ac979f 722 1.00/1.00 vMB 14
834,345 834,345 0000000000000000000308136e035fe46c0e9d527368cfff6bf23c9d73d5a976 928 1.00/1.00 vMB 14
834,344 834,344 00000000000000000000de00e5c4e02396fe575d23b552e6589495feabb9e3c8 873 1.00/1.00 vMB 14
834,343 834,343 000000000000000000023b5eede08cf248692b6a70e1685007f3aa3be5e32974 2,652 1.00/1.00 vMB 17
834,342 834,342 00000000000000000003872d6e9220b276b800f63b8a1c7a9660dd61317d4463 1,607 1.00/1.00 vMB 16
834,341 834,341 00000000000000000001c7c71a31b82ee45fbb15ff39c7b13b53331cc76e6b25 1,929 1.00/1.00 vMB 20
834,340 834,340 000000000000000000000192b082f43fc989cfb48e37a3c2c292a7771dac138c 2,150 1.00/1.00 vMB 21
834,339 834,339 00000000000000000001b48a5051ae4b413dbf63e5505e1d5dc092b3705de957 2,683 1.00/1.00 vMB 25
834,338 834,338 000000000000000000030e5bef155ddf5826c94e0ad584cf7591db1c6d6935de 3,208 1.00/1.00 vMB 37
834,337 834,337 000000000000000000013e3aa3357d821e2e1648861f63ce2454bb94f7d1be1b 466 1.00/1.00 vMB 16
834,336 834,336 000000000000000000007962ff45a3c2b2f5445cb47f0974798156b5912335e6 2,519 1.00/1.00 vMB 27
834,335 834,335 00000000000000000002c931558c7d2440dee0495192320c2c16ed919fbe7058 2,684 1.00/1.00 vMB 28
834,334 834,334 0000000000000000000068a11540b95c8c3a7eb2fe0eb98c9b0362d34a4f56bd 3,427 1.00/1.00 vMB 38
834,333 834,333 0000000000000000000062702e861f36359c788cd3183e4e2ce1afbf8de65be9 1,407 1.00/1.00 vMB 18
834,332 834,332 00000000000000000000d7cf5368d4ff9304b103495d08abeb85b5d315d7be33 2,401 1.00/1.00 vMB 16
834,331 834,331 0000000000000000000202fad5b411e92f783b0b8412809964d113bf059e2189 2,172 1.00/1.00 vMB 22
834,330 834,330 000000000000000000003fbb125f58e3b5b492b7443c6a1a80a6f9e34d879683 3,019 1.00/1.00 vMB 27
834,329 834,329 000000000000000000005c0495443c7b0940d7eccfc6dfb04984a04a19e8c763 3,498 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.00 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.05 GB
    • Received: 13.12 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.