Loading Tool

Explorer IconExplorer

Memory Pool

74,959 transactions
27.66 vMB
0.07740713 BTC
Random Selection Loading Transactions
Max Size: 168.65/200 MB

Candidate Block

Mining Attempt 4614d0e56260080d92983fd9230c7574542bc71e3efb7078a1db37a545eff1d2
Version 20000000
Previous Block 0000000000000000000117b22a8fd8211255c991b19b06ff4ae6e1473feaa1c2
Merkle Root 0b4dd0d0e0d1c9f87e1b7a7708fed04c8689efef593c63844babc53e0c2d89a5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,125
Size: 1.00 vMB
Total Fees: 0.01824212 BTC
Feerates: 121.74 > 1.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,286 (9,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
905,618 905,618 000000000000000000013616a7447688befaf62ffbcdb41e3cb8fb2e56645968 4,349 1.00/1.00 vMB 2
905,617 905,617 000000000000000000003bae8c8f4ef9aa0a22d0e6d77ab2e5320b38bbb27772 3,868 1.00/1.00 vMB 1
905,616 905,616 00000000000000000000d04eff3cff042fb7fb0ae9f825722202d75e5d955bcd 2,933 1.00/1.00 vMB 5
905,615 905,615 000000000000000000016cf772c38f918cdda7f57f549355734da0f3891fb4a2 894 0.99/1.00 vMB 0
905,614 905,614 00000000000000000000e5a341ee90b1b2d21c288b41bfd625b27cc39d961f24 3,062 1.00/1.00 vMB 3
905,613 905,613 000000000000000000008924c9b03f3641e5f4e36d2a91b8f7c526b9ce8a7a5d 2,856 0.97/1.00 vMB 2
905,612 905,612 00000000000000000000dce35b2a419924d684a6eceed74bbc525ef5be1f3f19 1,510 0.50/1.00 vMB 3
905,611 905,611 0000000000000000000225a3d68d7000835b061e8fc28d1502c74ee0cbdcacf6 3,863 1.00/1.00 vMB 1
905,610 905,610 00000000000000000001947232cbc6381ae1267855fa942a463a9a9913e9f7c7 2,111 1.00/1.00 vMB 0
905,609 905,609 000000000000000000005af89e9d0cc3b2a440a1fc89a00d26c22f60af3c3fea 487 0.13/1.00 vMB 2
905,608 905,608 0000000000000000000129295c022dc893a825702afe405bfcedc08b0e822e7d 415 0.17/1.00 vMB 1
905,607 905,607 00000000000000000000afa75e5175c877c29c2498a4475f06f07ce2fae40153 2,339 0.62/1.00 vMB 2
905,606 905,606 000000000000000000010cad8f3e1872f339ffec8b48ecdd2222eca0a7084d78 2,457 0.67/1.00 vMB 2
905,605 905,605 000000000000000000004629d468f50556e7924264f855e91c2767d6767921d6 1,250 0.43/1.00 vMB 2
905,604 905,604 000000000000000000000fe7d98221dfb4872c560f11a374656684878c92e542 2,279 0.97/1.00 vMB 1
905,603 905,603 00000000000000000000ff7c2cac9303003d24e855e4c0862c7a47669028eb8e 3,039 1.00/1.00 vMB 4
905,602 905,602 00000000000000000000d0946d20be492864c41b39c28bce2524701e92d64e6c 3,127 1.00/1.00 vMB 1
905,601 905,601 0000000000000000000112783fe746afc113763f5a7980824b0081aef53fbaf1 825 0.23/1.00 vMB 2
905,600 905,600 000000000000000000016993bf0f318d7f3891a980d9217c31661ac8bfdad5e3 1,437 0.61/1.00 vMB 2
905,599 905,599 000000000000000000002e2e9ff9d33ecf5173f09d0b44edc958cc0ceaffa453 111 0.02/1.00 vMB 3
905,598 905,598 0000000000000000000162bd00dc6f0c674c5de87bc28b5befc8e7c4a2d85d4c 716 0.27/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.89 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: 713.34 GB
    • Received: 17.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.