Loading Tool

Explorer IconExplorer

Memory Pool

76,581 transactions
28.63 vMB
0.07161531 BTC
Random Selection Loading Transactions
Max Size: 173.39/200 MB

Candidate Block

Mining Attempt adfe7ba4b557bd9864f7392c7bf334e697b3cdd5c3cf3f0aeb7c701c71590260
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 8832178c5dae169d0bfb0a9c9b05222f6843cb8887e48efa0be25eaf040d509a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,113
Size: 1.00 vMB
Total Fees: 0.01215379 BTC
Feerates: 103.00 > 1.22 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (354,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
561,103 561,103 000000000000000000288e8a06f465ff93bdc2c8e323fb6511260a4edd035b0c 2,567 1.00/1.00 vMB 36
561,102 561,102 000000000000000000086d0091224490a3589dbfab77528bb1f9098bc377bc93 2,984 1.00/1.00 vMB 18
561,101 561,101 000000000000000000126f7c5cc478aa088b47b0aa3bb76356c4fd39a6051502 3,146 1.00/1.00 vMB 32
561,100 561,100 000000000000000000271b4f0370cdb2332a91e0f9133e54b67f1f01401cba6e 2,526 1.00/1.00 vMB 9
561,099 561,099 0000000000000000002064fda3fe6e9213751ffc45c7f52360db475f4c93a51d 1,692 1.00/1.00 vMB 13
561,098 561,098 00000000000000000000027a631c10317920c8e2c599eaf0713ba69998893525 1,782 1.00/1.00 vMB 19
561,097 561,097 000000000000000000242d5788eca9c585f4d318e1f812a57d93221020425d39 281 1.00/1.00 vMB 11
561,096 561,096 000000000000000000116ba3ebdc2d144a32e86586b317860e860005f1762a3e 3,089 1.00/1.00 vMB 20
561,095 561,095 000000000000000000020a958e7cba2c0085702f004dfa183ed76b2a2bd1fcd4 2,791 1.00/1.00 vMB 49
561,094 561,094 0000000000000000000bb92e1718be7933c2ce57bfed0ce4139b2c5577a8d44d 3,190 1.00/1.00 vMB 29
561,093 561,093 00000000000000000012120d0dc5e9cc742a2973e1cdf34a3e7c079c313bf8c0 2,633 1.00/1.00 vMB 19
561,092 561,092 000000000000000000282f435086be2360ffe46b2dab6d2772b0068f03bd4391 2,847 1.00/1.00 vMB 24
561,091 561,091 0000000000000000000719485e8de29b00dcf4e4b14c98020f4604b85aa53be0 3,433 1.00/1.00 vMB 40
561,090 561,090 0000000000000000000f027ba01482f1cb0bde4a89c0da59a2e38c91d2cdb90b 3,264 1.00/1.00 vMB 48
561,089 561,089 0000000000000000001824848f3608b13fb63fa671bc7619d80e9bc6ba3053d6 1,904 1.00/1.00 vMB 13
561,088 561,088 0000000000000000002d11c6a04634af8bf3380a79d1d8c03463307b8849640b 2,890 1.00/1.00 vMB 16
561,087 561,087 0000000000000000002587a4204b874c3794bddd2ad6745b83a8ed5d93f4bc91 2,611 1.00/1.00 vMB 18
561,086 561,086 0000000000000000000789bd091146f0ceea006265180d577976b247445910e2 2,582 1.00/1.00 vMB 13
561,085 561,085 000000000000000000002705e7eda83aa742a929040da5ad5bebae92a433e331 3,260 1.00/1.00 vMB 55
561,084 561,084 0000000000000000002bfff44692f3f1f3385cae41c243b3a518c67818b4bcdc 2,478 1.00/1.00 vMB 17
561,083 561,083 0000000000000000001567c7c044821562135cef9761db965540599e069fcc6b 3,533 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.66 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: 672.98 GB
    • Received: 16.35 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.