Loading Tool

Explorer IconExplorer

Memory Pool

80,055 transactions
29.57 vMB
0.06506959 BTC
Random Selection Loading Transactions
Max Size: 178.53/200 MB

Candidate Block

Mining Attempt 9296266965aff0d5ab04544e87071a09cf217c63c4f6c21f68c8432fed048c71
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 7e69e8fe72ca059f137ffca290a9605b70961b68f45ccbf4a3951db3adc2ee07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00475224 BTC
Feerates: 90.30 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (278,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
636,021 636,021 00000000000000000005a708f28476bd217d2ba254820c4853df3cec2151ee69 2,057 1.00/1.00 vMB 37
636,020 636,020 000000000000000000059cdf4b492fa89311ccec595c96b31dc0426e8d376a59 2,775 1.00/1.00 vMB 33
636,019 636,019 0000000000000000000a71d4a9c5491b55e9d90e5d3ef94dcf582df9f426de28 1,803 1.00/1.00 vMB 28
636,018 636,018 0000000000000000000d15e949de86a8eb5597eaa2162d144d7b12d8deabc68e 2,709 1.00/1.00 vMB 46
636,017 636,017 0000000000000000000d6a6ba48c24f0e4a008ffec045f2ea3d9c39c3a37b0a6 886 1.00/1.00 vMB 27
636,016 636,016 0000000000000000000b13e6836be1746bde68340c48198ee88a7a0de6a97aff 325 1.00/1.00 vMB 28
636,015 636,015 0000000000000000000d298205b091c56cbf4b64e7f11c71402d836c29c64239 1,757 1.00/1.00 vMB 36
636,014 636,014 0000000000000000000c404fdf20b628a2c8497074676a26dd62f5c73ad95182 744 1.00/1.00 vMB 31
636,013 636,013 00000000000000000005d095bb039a9abaca25e31c918ddad161abb7094469f7 2,103 1.00/1.00 vMB 29
636,012 636,012 0000000000000000000d2ad10baa3543209f774cf118b8e977bd89e529fbaa49 3,116 1.00/1.00 vMB 33
636,011 636,011 0000000000000000000fcf524dadc681dd4ba491696e2264eb7c531b77035a3b 2,102 1.00/1.00 vMB 38
636,010 636,010 0000000000000000000e0c568c66263026e3f61103d4726dd644a51c26fbf64e 2,732 1.00/1.00 vMB 34
636,009 636,009 00000000000000000010852585a0189cc85b1c1304d7fac753c526a2d7340d6a 2,837 1.00/1.00 vMB 38
636,008 636,008 000000000000000000076b5e681d48c778201eca92521c5c3b541f2ae09a906f 2,679 1.00/1.00 vMB 48
636,007 636,007 00000000000000000007512e2e3dd5e51738f8521e1e7a24a41fc8ec23903f7e 2,709 1.00/1.00 vMB 36
636,006 636,006 00000000000000000003a1b2238d9851135db3ae29f74d126a540db853bb98ce 2,447 1.00/1.00 vMB 35
636,005 636,005 0000000000000000000714baaa283fd2af7afd5cee91aac2bcb83eb26bcf8493 2,605 1.00/1.00 vMB 47
636,004 636,004 00000000000000000004ab1f43647f100f5de1b382b0803925975f943d5bb833 2,549 1.00/1.00 vMB 57
636,003 636,003 000000000000000000117377110ce35362a5822677b82c4381357d1f15d9a6bc 2,852 1.00/1.00 vMB 53
636,002 636,002 0000000000000000000aba75517e3b5b4548bd57d5f0e8b9a4cdee910563b4e8 1,719 1.00/1.00 vMB 29
636,001 636,001 0000000000000000000de6e1b8cc1acee512d8d1a0adcd50694383c00d0e08e4 2,922 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.