Loading Tool

Explorer IconExplorer

Memory Pool

27,456 transactions
27.52 vMB
0.06942412 BTC
Random Selection Loading Transactions
Max Size: 132.08/200 MB

Candidate Block

Mining Attempt f846f5b184d9d5cee24e8e18f4d7f5f0af8ff1f27f9a7e2f0a690c16ea194e17
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root 560549efb882152c774853f68f3a22bd477f1722cfa3dce1ba9871b4bb374fc2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,264
Size: 1.00 vMB
Total Fees: 0.01710726 BTC
Feerates: 101.32 > 1.71 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (445,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
468,705 468,705 000000000000000000001f342d73af330dcf811776b6995d35096ffaef4c214d 1,723 1.00/1.00 vMB 357
468,704 468,704 000000000000000000ad2ed0ec96ae05d32ce2ecafebfd47dddc171498ba43fc 2,759 0.99/1.00 vMB 370
468,703 468,703 000000000000000001d760b81b85fc7ff654a96addfcd10483798451a66f58ac 3,133 1.00/1.00 vMB 441
468,702 468,702 000000000000000000b14550d29cd1de35a38a21c69fdeeec8bf98911a081f00 1,492 1.00/1.00 vMB 202
468,701 468,701 000000000000000000a61888d8cadf73a309ec8b79b3471e800381ce921484bf 2,189 1.00/1.00 vMB 298
468,700 468,700 00000000000000000161d35a9e8a8adf49abb97ed355c5a5ab27641102230ee1 2,794 1.00/1.00 vMB 388
468,699 468,699 0000000000000000007a60aceb324fb4d03f37d3c036f24353dbdb8de142db3f 1,996 1.00/1.00 vMB 307
468,698 468,698 0000000000000000000d96bff47020359bbe965780b6363d075b6fd5ce2258fc 2,143 1.00/1.00 vMB 307
468,697 468,697 000000000000000001214c8769a3685b43fad569707b20e6b87bee7f531e0dcd 2,355 1.00/1.00 vMB 400
468,696 468,696 000000000000000000fa7fd4d6e15a5a990eaa18afe6a845dbb5708652bce80e 2,659 1.00/1.00 vMB 344
468,695 468,695 000000000000000001b29c41e132cdf896c64ac650135b77d6b7becfc7ccdd14 1,786 1.00/1.00 vMB 261
468,694 468,694 0000000000000000013a4241767d60bb9f11e7878fdfa58cded8dd0ad153d9b3 2,574 1.00/1.00 vMB 366
468,693 468,693 000000000000000001747796c7f07a67c9fd441a67f0074bb40cf6a83f387346 2,163 1.00/1.00 vMB 285
468,692 468,692 000000000000000000b2d6f53ef6cc9e60046d36bef44cb050e70a6befb5e4e2 2,140 1.00/1.00 vMB 221
468,691 468,691 000000000000000001a234f3becc68df32e88144890bc88aabffce209d07c763 1,949 1.00/1.00 vMB 300
468,690 468,690 0000000000000000004a5331982924bdbc17b20a2003add562bab176b788c248 2,925 1.00/1.00 vMB 316
468,689 468,689 0000000000000000011921eb2574723c6b627ae7f54bba199332c6c652b0816f 2,503 1.00/1.00 vMB 335
468,688 468,688 000000000000000001bd9510f0a0dde1913e57ebc94d806d0a94f0e64f1d8d10 2,734 1.00/1.00 vMB 360
468,687 468,687 000000000000000000e7796bdec42091d5e8c6b76ffb8272ced221f6a32b9241 2,609 0.99/1.00 vMB 342
468,686 468,686 0000000000000000017f9ab4f909b336cf24ebf625801a19483b55d9700546b7 2,281 0.99/1.00 vMB 357
468,685 468,685 000000000000000001323f63437503752ecef1ecf046e9c7b3a8fd2c5d1d738b 2,778 1.00/1.00 vMB 408
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.35 GB
    • Received: 10.98 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.