Loading Tool

Explorer IconExplorer

Memory Pool

40,608 transactions
27.88 vMB
0.07218735 BTC
Random Selection Loading Transactions
Max Size: 143.09/200 MB

Candidate Block

Mining Attempt 6f1dd08177135ce37035b40955425b292d496f194eb63170bc94b4a548157180
Version 20000000
Previous Block 000000000000000000018167fb0d67da764ebb58599678ecc8c26a00688f59da
Merkle Root 5beedd917386d310760f9ab5e1981e59339f628aeee7fb794787ade6011bfc8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,953
Size: 1.00 vMB
Total Fees: 0.01872387 BTC
Feerates: 101.49 > 1.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,645 (448,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,741 465,741 00000000000000000165956d05e7e7d5862e7d283f5616ddf478187ece676693 1,818 1.00/1.00 vMB 207
465,740 465,740 0000000000000000016c120057b427a11eff8df26d68172bac1bcf2aa54f4e8d 1 0.00/1.00 vMB 0
465,739 465,739 000000000000000000c31e8aca4833f69c2e7aa0facb706048723dcd17f8c1b7 2,716 1.00/1.00 vMB 275
465,738 465,738 000000000000000000b2d10ed08bb8a9273aae2fbc9ff0096b6c2aae00fcd0a1 2,229 1.00/1.00 vMB 179
465,737 465,737 000000000000000001881b9edcc947cb7ebdf2ce7453a5179bac471627dbc0b5 219 0.06/1.00 vMB 635
465,736 465,736 00000000000000000046e8ad24cc31994cfb3ef6c37fcf56a4922c5387a17c7a 2,181 1.00/1.00 vMB 223
465,735 465,735 000000000000000000bab17297796a3e3c2341bd934fccd8ca4abc0e895d900b 2,021 1.00/1.00 vMB 180
465,734 465,734 000000000000000001a3f1da32ddad5f5f8234a9909eda4c7885377c3da23879 2,573 1.00/1.00 vMB 253
465,733 465,733 000000000000000000cbcae8206e63138ae26e346c41b69df542e7f3862e997e 2,295 1.00/1.00 vMB 264
465,732 465,732 0000000000000000003fb24c5791e3fcebaa234d117786fcab8775275fed5d6b 1,568 1.00/1.00 vMB 202
465,731 465,731 000000000000000001c6135506f9e722a6a535f0514021a03cb9ba21e4586538 1,705 1.00/1.00 vMB 155
465,730 465,730 000000000000000001678eea423b7acccfda7d98dab8ce440a3f9ed8fd82ae57 1,091 1.00/1.00 vMB 171
465,729 465,729 000000000000000000d2b29d99ea8330a799029f6dc4444cc6b3a0f12b13b1bc 1,129 1.00/1.00 vMB 215
465,728 465,728 0000000000000000017d93e7bfc671ddc2460559ce43be95b4d8e58c820bf168 882 1.00/1.00 vMB 199
465,727 465,727 0000000000000000006fdea24fdf676dd9146e90d06aaad7ba85349fa6a3d5b5 1,882 1.00/1.00 vMB 318
465,726 465,726 0000000000000000017cab075edae3f0e5c3ba627d1ab396f699e72d2375ed8d 2,320 1.00/1.00 vMB 254
465,725 465,725 0000000000000000003795737cf94af12b25ab9c02dbd9e84ae6a54a60601ed8 1,871 1.00/1.00 vMB 231
465,724 465,724 00000000000000000136bacb3a03884ab88852f66e56a19bd2cc033fcda7bd66 1,953 1.00/1.00 vMB 193
465,723 465,723 000000000000000001459506f5dbfcfa80c55363f386d46f725e4556fa9077ab 3,013 1.00/1.00 vMB 286
465,722 465,722 000000000000000000f5810c67fa29ff245ed1b39eab4d312669190ced1cb61d 2,752 1.00/1.00 vMB 309
465,721 465,721 0000000000000000004f3ca07eab0b93a09ba6a829892f3d6cc104263ed7013d 3,435 1.00/1.00 vMB 401
Previous 10 blocks ↓
Total Size: 781.76 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: 632.52 GB
    • Received: 12.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.