Loading Tool

Explorer IconExplorer

Memory Pool

85,960 transactions
31.46 vMB
0.07990988 BTC
Random Selection Loading Transactions
Max Size: 193.54/200 MB

Candidate Block

Mining Attempt 2d7db1725c83084b566f37162e261c755c2fa0e36104b74875c899a6750f0a3d
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root b5b8dc50b0e3cf4b3b50be444167f315d6715c5a41e3e2933085242c77d80544
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,969
Size: 1.00 vMB
Total Fees: 0.00845265 BTC
Feerates: 45.66 > 0.85 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (167,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,722 747,722 0000000000000000000741d0809be9d5636109cfe6fa5bb8dd8e059e350b80aa 1,593 1.00/1.00 vMB 12
747,721 747,721 000000000000000000044339a38f3d1e23915f6404ceb8d61ff13837eb58831a 2,525 1.00/1.00 vMB 17
747,720 747,720 000000000000000000035c986005cc6342ef9d10cde849f570f12038899b06fb 1,422 1.00/1.00 vMB 17
747,719 747,719 00000000000000000001db074ec4350f731a05f0fec580e4474749eff39516cf 2,234 1.00/1.00 vMB 12
747,718 747,718 000000000000000000066eb9240b1ae2299e914c4b86d31012944a5be1355b99 3,462 1.00/1.00 vMB 21
747,717 747,717 00000000000000000004c070aaed61085ecb79843f1579c888fe161bcc59a80d 3,424 1.00/1.00 vMB 15
747,716 747,716 0000000000000000000391582285c361575646fc9d2c94829f40fe501afd72c0 1,392 1.00/1.00 vMB 12
747,715 747,715 000000000000000000026b159e6acd45309d91611c51b0d85f9686f076cd5f01 2,005 1.00/1.00 vMB 16
747,714 747,714 000000000000000000022d9b5be1c194bbae3fb59e7dc804a642c15a72adbe6a 3,155 1.00/1.00 vMB 13
747,713 747,713 00000000000000000008ee31809ed7554ef5e75713d5468fb1d000049cf28f5d 3,169 1.00/1.00 vMB 30
747,712 747,712 00000000000000000009454e195b471b1f8b3136586a9fc13582695cbf2d5dde 3,377 1.00/1.00 vMB 21
747,711 747,711 0000000000000000000219a5f52a06d39c3037452dfd0f27e6defa3d901df945 2,988 1.00/1.00 vMB 8
747,710 747,710 000000000000000000088fab69288920722e695f79fcf1478414642f8a72c686 2,891 1.00/1.00 vMB 14
747,709 747,709 00000000000000000008d3f3442d724030186f3c5f43831572e2c97d7e55f610 2,240 1.00/1.00 vMB 11
747,708 747,708 0000000000000000000348dbe70166e25d3f17fd2ec36bae3a3cb9a7fc746c6d 2,339 1.00/1.00 vMB 18
747,707 747,707 000000000000000000061296b9718c0e56806a02e03d0ec88eead02b011f4bbe 3,128 1.00/1.00 vMB 17
747,706 747,706 000000000000000000011a73370f1e68e1cb1a99ea06a092b62d34aee8e6d09d 2,055 1.00/1.00 vMB 16
747,705 747,705 00000000000000000005c494e7a1a01d321533bf5e63a87ee22a4f831484345d 1,988 1.00/1.00 vMB 17
747,704 747,704 000000000000000000050a8ac6b5e4263f559db59c6853386a0f26f401740513 3,284 1.00/1.00 vMB 16
747,703 747,703 00000000000000000006d73805cd7d3868f96d1dd1fea76164dd1fe0a87cb7ed 3,637 1.00/1.00 vMB 21
747,702 747,702 000000000000000000037925afeb5e2a6663288b3fec6e6ba19a8ed0af63cde0 3,476 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.99 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: 717.15 GB
    • Received: 17.83 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.