Loading Tool

Explorer IconExplorer

Memory Pool

81,380 transactions
30.62 vMB
0.09473130 BTC
Random Selection Loading Transactions
Max Size: 187.00/200 MB

Candidate Block

Mining Attempt c6a4ce06bf304ed4c83fc1fad5de128d3140fd3f876b14d764bb1bd04dae8e34
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root abe86ca3e5dc3774fcb61b8bfbbaaad4c5ee0542b0c66e4f106d7d9ec732ae0f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.02405595 BTC
Feerates: 301.60 > 2.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (134,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,427 780,427 0000000000000000000551cdf5e6df29e56d6da0dcc7606b445dbe17b6eed161 1,797 1.00/1.00 vMB 11
780,426 780,426 00000000000000000002dc4a6f603a7a0e8417e11b063939e7cea01371a57b7a 505 1.00/1.00 vMB 3
780,425 780,425 000000000000000000016452ea9751a89a6bb0fe5ee3e8fd70c44d2127c7c349 2,250 1.00/1.00 vMB 8
780,424 780,424 00000000000000000002386b1228378e0bf3a0a2cddc2ffa5747536e212b6b11 2,535 1.00/1.00 vMB 22
780,423 780,423 000000000000000000066b88bd17b755b34b9886b6fd6507e9bfeac6eb5cac49 818 1.00/1.00 vMB 5
780,422 780,422 0000000000000000000482adab1212da10aecb5d55a234c8b2ef43469351bb25 1,850 1.00/1.00 vMB 13
780,421 780,421 00000000000000000000d74a76427b96a7b9e09440d0aed03dee366c73857df9 1,530 1.00/1.00 vMB 9
780,420 780,420 00000000000000000006716ec647d956652551d40e83b23fed8eece7e2f987d1 1,307 1.00/1.00 vMB 7
780,419 780,419 00000000000000000003731585a3cdc4320a588110cdd3a514567a033b93de9e 453 1.00/1.00 vMB 2
780,418 780,418 000000000000000000030c5b1ebc9dfcace76fc540c958dbe298661d40725bac 1,162 1.00/1.00 vMB 7
780,417 780,417 000000000000000000058981dfc17923c572ab9f5beb057b58cd1f2b62303b3e 1,656 1.00/1.00 vMB 12
780,416 780,416 000000000000000000062e6b18902fd0b8ccf8e33b9ec9b14eb2479b1b256b81 935 1.00/1.00 vMB 14
780,415 780,415 00000000000000000002be6ea6aded9c5e19e96cfe7ecc36a64a7c842854594c 2,007 1.00/1.00 vMB 10
780,414 780,414 000000000000000000045a668f844d598ea70785b0252ff49e7b8c259c93baef 2,278 1.00/1.00 vMB 17
780,413 780,413 00000000000000000004b62832e1e9f1c5a7386a9cffee178da5d9ebc3f1cf69 982 1.00/1.00 vMB 8
780,412 780,412 0000000000000000000230263ee7aefab1994bf4bebb43928b8f594fab8987f3 715 1.00/1.00 vMB 5
780,411 780,411 00000000000000000000ca56e4d21cfaa67a894b884bd0d1117c8e979f33f6ae 2,105 1.00/1.00 vMB 20
780,410 780,410 0000000000000000000425bd575a1fb7b085d1676836b6530e378a216f6507e0 254 1.00/1.00 vMB 4
780,409 780,409 0000000000000000000202d747c8586936f650ed4d9580e65eba108e035e6421 2,008 1.00/1.00 vMB 15
780,408 780,408 0000000000000000000163ac6a4aeeadae613910aa4e342bd5b2bb5222d02662 1,401 1.00/1.00 vMB 9
780,407 780,407 0000000000000000000623c7f2a1882df0b2e6baf8ed585bb853b42579fbb49b 2,206 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.