Loading Tool

Explorer IconExplorer

Memory Pool

80,253 transactions
29.64 vMB
0.06789649 BTC
Random Selection Loading Transactions
Max Size: 178.88/200 MB

Candidate Block

Mining Attempt 39ef82659593390a317d4dbb4b21ea1bab94c16aba62f92fce3c092c4849a503
Version 20000000
Previous Block 00000000000000000001febb03fdcff4c8ac482b94dd8500539809f9da5db1cb
Merkle Root 090e279bc29db7e00013c25bc030972d1b112d9dfe9723a4c3acc1abe14b4c5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,326
Size: 1.00 vMB
Total Fees: 0.00744592 BTC
Feerates: 73.20 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,981 (303,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
611,157 611,157 000000000000000000019e8f88b8bbff1513c442b427548d2dce8662ac7f6f4a 2,523 0.79/1.00 vMB 4
611,156 611,156 000000000000000000072f27b856d7850a27857e9ee26087c7f516d194cff4e0 2,864 1.00/1.00 vMB 11
611,155 611,155 000000000000000000003980307f2b43b0924d53fdebffb4a04b4906fa9ba3f6 3,387 1.00/1.00 vMB 20
611,154 611,154 0000000000000000000fd66db6ff71abe4a3c013fad24d95a4ab0cf8b57eec66 2,834 0.87/1.00 vMB 12
611,153 611,153 00000000000000000009eccc81f236b1410bff5c9ee34e97c2e4ba4734e3dd18 1,065 0.33/1.00 vMB 11
611,152 611,152 000000000000000000074573ac5eaf27a338539c65f082a47cca3d95660ec438 2,469 0.80/1.00 vMB 6
611,151 611,151 0000000000000000001066ea4d24e8b269a53417267986658d9caffb537acdf4 2,412 1.00/1.00 vMB 9
611,150 611,150 0000000000000000000581cc92405491582ec7571e7237e1aa307b091e5c64e5 3,076 1.00/1.00 vMB 10
611,149 611,149 00000000000000000000e121218a8fe9045a8c0ef559b5c24cde24a049ec5a7b 2,876 1.00/1.00 vMB 20
611,148 611,148 00000000000000000007b4c0bcd3ae7ce19ac9cdbee445089e16f839cdaddc7c 1,915 0.72/1.00 vMB 7
611,147 611,147 00000000000000000006945312f955bfa012aeb8cb34fb8fb37f4584cb08c5e5 2,503 1.00/1.00 vMB 4
611,146 611,146 000000000000000000123e6b1b970dc526b463d826ea3d2ef8c23f74e5e4bc73 1 0.00/1.00 vMB 0
611,145 611,145 0000000000000000000eb7dcc3210df151c26457ddd650789f406cf00f16b2b0 3,035 1.00/1.00 vMB 13
611,144 611,144 0000000000000000000edae227148c557684194c8119e845e170a1f6bfe90e54 2,598 1.00/1.00 vMB 11
611,143 611,143 00000000000000000003db96b6a5ec9c681e9b0a60fe94bd691a0a91c93eae5b 2,875 1.00/1.00 vMB 25
611,142 611,142 0000000000000000000e1c6b43c855b1e7e75f327d0e3c79e54a52bd94531a79 812 0.23/1.00 vMB 12
611,141 611,141 00000000000000000009a644b106162cefba4a4475475cb35b0129848a5b0cab 124 0.03/1.00 vMB 24
611,140 611,140 0000000000000000000ca1370d1f2046ca08be3df02a748c7ca003f67a2122ff 2,685 0.93/1.00 vMB 13
611,139 611,139 0000000000000000000522af12268368114b5e3658bd92d2cf11d7809641d789 438 0.17/1.00 vMB 15
611,138 611,138 0000000000000000000a48856909c7c347f36d5521a5c12de9f970372db9d3fb 65 0.12/1.00 vMB 5
611,137 611,137 0000000000000000001424aabc048b40648c49d76647616cc1c48aa7471408a0 2,750 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.36 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.54 GB
    • Received: 14.86 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.