Loading Tool

Explorer IconExplorer

Memory Pool

78,995 transactions
28.98 vMB
0.11451628 BTC
Random Selection Loading Transactions
Max Size: 175.88/200 MB

Candidate Block

Mining Attempt 8c95671d776741337e3a5ccff13eb02228fed281ca46f25aa9bbe736902ab9b1
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 08a87a558144db340c5f5a393655415e9fdb120e1d218ca04b6e7aa38d9e82e3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,368
Size: 1.00 vMB
Total Fees: 0.04145057 BTC
Feerates: 602.26 > 4.15 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (425,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
489,583 489,583 00000000000000000008f720407416ee62c051e2dab8bc5b170343653e8479b9 2,296 1.00/1.00 vMB 113
489,582 489,582 000000000000000000ea9f0c920bbbca225569436b82ac71f4f5bdf23bc28db3 2,299 1.00/1.00 vMB 157
489,581 489,581 000000000000000000cde85b70224e58c1c2c004a8d3d7f8362118102c72ec9a 2,510 1.00/1.00 vMB 150
489,580 489,580 000000000000000000a99979660f14138bba0a628a8c7d0d525f66fde8445b64 2,675 1.00/1.00 vMB 133
489,579 489,579 00000000000000000020eeaa73947c3b46ad666afe2a3fb43081251193ebbb41 2,484 1.00/1.00 vMB 132
489,578 489,578 00000000000000000058b7b00c905948e652d73d42ccf50670978bd74e178893 2,745 1.00/1.00 vMB 145
489,577 489,577 000000000000000000c68483fb2a8296c79f810a1866c4053e0e25a564e8d0b3 2,587 1.00/1.00 vMB 150
489,576 489,576 000000000000000000e666ae26d87777e91cfd000e1ab359cedf3d1da6e73d78 2,615 1.00/1.00 vMB 123
489,575 489,575 000000000000000000ccf735e6cf0e7c45f7e374fd07f2ff8b8d006a99b41796 2,428 1.00/1.00 vMB 129
489,574 489,574 000000000000000000c40b3a3ca36138dc2ed30f99bfccb1d8b36e8788fbd333 2,590 1.00/1.00 vMB 144
489,573 489,573 0000000000000000007dae31a7c10ac75bd6f74000c29df1a0e02a76a6f7bffd 2,567 1.00/1.00 vMB 166
489,572 489,572 00000000000000000025d5e08171f6d5f5d5bde189bfd965d00da99cd264b01e 2,809 1.00/1.00 vMB 168
489,571 489,571 000000000000000000208eab428177d8237beaca0b99f88ce2e99a8ccfd03543 2,663 1.00/1.00 vMB 163
489,570 489,570 000000000000000000c8b897b9fd73f6774d97e0a35a254ce0f37dbd88cbbb92 2,303 0.96/1.00 vMB 134
489,569 489,569 0000000000000000009f1e486153df3760c78493495b3345fc2122d0b192e255 1,648 0.94/1.00 vMB 130
489,568 489,568 00000000000000000018047542b8b349b2406347f7248973d12fd6141b91b69b 2,529 1.00/1.00 vMB 144
489,567 489,567 00000000000000000095bb8ac7c81558687a84d2e34a289a184f1bccd47d77fd 2,691 1.00/1.00 vMB 141
489,566 489,566 000000000000000000b679727eb8035ee75b1002b84a5250c87602292b49ca60 2,511 0.96/1.00 vMB 151
489,565 489,565 0000000000000000002a3f41d876cec2064b9c7020258aa4cbcf209382b8806a 2,539 1.00/1.00 vMB 143
489,564 489,564 000000000000000000d7897a595144432b76bf90105f16d5461261c76df5b0e6 2,386 1.00/1.00 vMB 177
489,563 489,563 0000000000000000003210dc5e7e4636bd20dddfa43511501647ddf4d4b8ae7e 1,924 1.00/1.00 vMB 144
Previous 10 blocks ↓
Total Size: 782.92 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: 714.42 GB
    • Received: 17.54 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.