Loading Tool

Explorer IconExplorer

Memory Pool

81,785 transactions
31.18 vMB
0.08393775 BTC
Random Selection Loading Transactions
Max Size: 189.48/200 MB

Candidate Block

Mining Attempt 187c3594b2834c7f4ccad11a41c5924e7b85a13a423d7b1bfd98e774b3463434
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 5cd6773893c349df22c042096068711b2853e1a4d3dbe32cf5aa93f31c230c4b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,823
Size: 1.00 vMB
Total Fees: 0.01665398 BTC
Feerates: 73.20 > 1.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (103,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,352 811,352 000000000000000000034fefc07515123192304090a0d34a140ef58fff9b23ff 1,935 1.00/1.00 vMB 4
811,351 811,351 00000000000000000004268e0ba960b2986467a0f82c3287fa01ed6b77baa834 2,179 1.00/1.00 vMB 5
811,350 811,350 0000000000000000000367d9756be85f80f0fb1eef3cba8b0be3c6f0b24264a1 2,656 1.00/1.00 vMB 18
811,349 811,349 00000000000000000004cf117bbe17a596e56c43f0d4bdbc6c9fbe4c4f3bd6b2 2,023 1.00/1.00 vMB 14
811,348 811,348 000000000000000000028efb8e452ca7f1271fead9c5da7ed49b75aa9ff89b6b 2,431 1.00/1.00 vMB 24
811,347 811,347 00000000000000000001a5596e1f6ea291538fa058fc0933a1fbcb44192dc968 3,195 1.00/1.00 vMB 13
811,346 811,346 00000000000000000000a1f8ad0dca92e7fdafd2f2eaa6554dccd93ff445093b 1,973 1.00/1.00 vMB 6
811,345 811,345 00000000000000000002022382a3bd539a727079346d81560f88495e4db39105 2,694 1.00/1.00 vMB 9
811,344 811,344 000000000000000000048d52cf3ef95f23c3adce849311d5e6af2414cd6fb8e2 2,724 1.00/1.00 vMB 14
811,343 811,343 00000000000000000003ab13b6edbd92eaa487c0bbaf1dc33ab0d988d9b30ba7 1,901 1.00/1.00 vMB 9
811,342 811,342 00000000000000000003109c1455384e11dd2f7d0614c5706e252374208b87aa 1,665 1.00/1.00 vMB 13
811,341 811,341 00000000000000000003a573c296ca498e40ccde456fd0f958b583ce000d11e9 3,493 1.00/1.00 vMB 22
811,340 811,340 000000000000000000000c676c3e2e23e41857e410d701abb6abd68c77bbf11d 3,068 1.00/1.00 vMB 18
811,339 811,339 00000000000000000000121d907de82976fdd7b6fec6339106458cb18785a753 2,823 1.00/1.00 vMB 30
811,338 811,338 0000000000000000000192a328f754a072759a8f81bddf337cd967abaa4070d8 3,602 1.00/1.00 vMB 29
811,337 811,337 00000000000000000000f3a3a974f12868f50e8cd5643d8fe8bd5e5c4f85da69 3,269 1.00/1.00 vMB 9
811,336 811,336 00000000000000000001c77a8f3402c2e2904c906cb527b8127d67220cb46608 1,485 1.00/1.00 vMB 9
811,335 811,335 0000000000000000000488dd608ee3ef3d7f4ddf9e259801f738888132ec4ce9 264 1.00/1.00 vMB 2
811,334 811,334 00000000000000000002a785d4f5fb5879bb6f5a0f4d383a2c6c7ec9cbaf51bb 1,351 1.00/1.00 vMB 5
811,333 811,333 000000000000000000041d5e9a4661eaf80ea623cc7c3d8fea4e234bfcb397ac 571 1.00/1.00 vMB 2
811,332 811,332 000000000000000000029a5e0fc98e14b0f2945170f4e797c0bcc5d8d9905ec2 2,496 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.