Loading Tool

Explorer IconExplorer

Memory Pool

65,191 transactions
35.50 vMB
0.15598807 BTC
Random Selection Loading Transactions
Max Size: 190.47/200 MB

Candidate Block

Mining Attempt b3cdb86833c5ff657753205d3fa313d20d71c7e74d8d298ab3c705c5d111837e
Version 20000000
Previous Block 00000000000000000000ac06ecc4d286c0b31c9b3f070678d7446ca42e8e89d9
Merkle Root 6066192bad6e99f4baeeb3cb1942198b0a18e32330b0129ea65c3633bd0e5384
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.04092003 BTC
Feerates: 96.89 > 4.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,421 (789,112 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
125,309 125,309 0000000000003018217cf1bcd24d771ed5c8bb0c5e2501e025d674ffae8a6eb4 6 0.00/1.00 vMB 3,243
125,308 125,308 000000000000294771eb1ef341cc4667027d36bfb0b11dda3783c28b77edf304 8 0.00/1.00 vMB 0
125,307 125,307 00000000000033fa179a111cdeb92df69a3b85ed724f0bd07c7d3a3d1fb335ca 4 0.00/1.00 vMB 2,070
125,306 125,306 00000000000001250b7d15a95583c21a85daa99b88b4a5471569fd387913d0d3 7 0.00/1.00 vMB 836
125,305 125,305 000000000000408bc71e2884898b979ee66d77478443d6b716c747731214dab0 16 0.01/1.00 vMB 1,354
125,304 125,304 00000000000042ff1f6704625675d18428e8191ad23bbe6b4291395f082baa96 26 0.01/1.00 vMB 1,418
125,303 125,303 0000000000003f5a18e85e0783388e22780ee526c806cb2ffb898f4d0c7ec9a2 39 0.02/1.00 vMB 515
125,302 125,302 000000000000200c45fae358eaec43540fc1b653d537c5696b96f71f592b19b4 8 0.00/1.00 vMB 3,167
125,301 125,301 0000000000001334cd7d7c2b46239efe5451e9b9eb9c2326db47fd7e0cdf549d 19 0.01/1.00 vMB 239
125,300 125,300 000000000000252297edfa2047f8743f9cc987ebe98995f01ed0c3c44d1b574d 41 0.02/1.00 vMB 1,051
125,299 125,299 000000000000053fe76087715f40c49bf84a2519a3a303579e9c4a10ed37c817 4 0.00/1.00 vMB 2,179
125,298 125,298 00000000000041a3fe8eb80c3860c3c1655054a3ee6612aba4792ba35c8270c2 14 0.00/1.00 vMB 0
125,297 125,297 0000000000002845da625c14ce078e02ff08b20be4af56e5068a35850de3edd1 11 0.00/1.00 vMB 0
125,296 125,296 0000000000003a028079e97c2376166c43f9f07277d4f9d58fd5b925b4dbc481 59 0.02/1.00 vMB 1,581
125,295 125,295 000000000000115662afc1045e3180e7d44777c04224f065060a3b3638f88431 27 0.01/1.00 vMB 1,092
125,294 125,294 0000000000001fc8978e9a99ce2fc6bc8c8943059f7b3ee5e99453ee857624f6 8 0.00/1.00 vMB 168
125,293 125,293 000000000000273adf33901988ba4999a48e4dbb5c5b94ba055b26d0b7f4a5a4 25 0.01/1.00 vMB 782
125,292 125,292 00000000000014c5f5abcaf244ff383abec0b6291dc46dcf756686e8b36e24f5 13 0.00/1.00 vMB 744
125,291 125,291 00000000000036a51ea198cd4759ab58844055da966a32d6f536105e9d4670c1 20 0.01/1.00 vMB 1,494
125,290 125,290 00000000000008c42050885f8e1321a52a3d75edc79adab8542c7eef0ab6a829 22 0.01/1.00 vMB 577
125,289 125,289 0000000000001bcc6883c400e3ea41ba08f6e0494b0e69123b0949d1726fc0a7 7 0.00/1.00 vMB 660
Previous 10 blocks ↓
Total Size: 781.35 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: 602.12 GB
    • Received: 10.31 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.