Loading Tool

Explorer IconExplorer

Memory Pool

81,155 transactions
30.17 vMB
0.13275543 BTC
Random Selection Loading Transactions
Max Size: 181.42/200 MB

Candidate Block

Mining Attempt 6d4c597d4173733f7138a9f67fe5b06889888dbb5b7f06417e21707ea97354a1
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 4179d0f8dbdf2cd65b12e98bffed8c282e7bdb1faaa19c25a362e4de7b41f8b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.05592179 BTC
Feerates: 242.90 > 5.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (372,532 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
542,628 542,628 00000000000000000026e6251d6dcdea1ff7406cc6193ee34bfb11edf5477ae1 1,573 0.70/1.00 vMB 14
542,627 542,627 0000000000000000000f85d464382701e269c1047a77526bf55c4ebd8025f2a7 3,387 1.00/1.00 vMB 21
542,626 542,626 000000000000000000115fad5a2ca063c8dda6327ca4a07ba65054905f24e663 1,193 0.50/1.00 vMB 18
542,625 542,625 00000000000000000020f5745de82a30e6c61f0990603a5a5a2f24e2fe5102d9 628 0.19/1.00 vMB 8
542,624 542,624 00000000000000000002e5111cf99bae6a7f970ef455eac2398b956d921f1ebc 443 0.14/1.00 vMB 32
542,623 542,623 00000000000000000019b8da9d79eca2fda82fa77135c07356933b33e275c313 2,741 0.88/1.00 vMB 15
542,622 542,622 0000000000000000000f4f455693cebfce0b975e4a62d2655de96c44b4998b72 99 0.03/1.00 vMB 25
542,621 542,621 00000000000000000019cdc9dde55389b90301d8dd7d9644571c1e7f920bd809 937 0.44/1.00 vMB 28
542,620 542,620 00000000000000000000e4761a0c91e12b543335d25d4fd56dd3a519eaa84b9f 255 0.07/1.00 vMB 12
542,619 542,619 0000000000000000002227279f165a6ce17e61459c94b20cc258fa4e0bce0f6a 32 0.01/1.00 vMB 9
542,618 542,618 0000000000000000000c2a931f0a102ed89ee995de263a9af3e4060d3857d064 1,211 0.39/1.00 vMB 13
542,617 542,617 000000000000000000003d0b60166cf022e0e97517e1028fdb54a999dcf1c04b 2,007 0.84/1.00 vMB 18
542,616 542,616 00000000000000000012e85bc405bb19f928f94eab4253ad0edb9ef4c86e55fe 1,156 0.46/1.00 vMB 7
542,615 542,615 0000000000000000002448683354b0990371b130a121c2ee1d117a11836b125b 2,843 1.00/1.00 vMB 16
542,614 542,614 0000000000000000000abc392b6e70ac47bef5318933509bee8f1eeb56e7e976 1,978 0.67/1.00 vMB 17
542,613 542,613 00000000000000000005ad141ae6adb99b3bd99e3fab8aebd86bf3d663f19cfa 862 0.28/1.00 vMB 10
542,612 542,612 00000000000000000025bd0138855ff8a812de11610506af4906aeaa3b016ecf 2,505 0.91/1.00 vMB 16
542,611 542,611 00000000000000000016f3bc6dbc1cd2a2bf56b2427d2e58c00e66f5bfa47d37 59 0.02/1.00 vMB 5
542,610 542,610 000000000000000000226c9daecaab97f7dac2b1e9429bbb638018a4e05fb5c4 840 0.36/1.00 vMB 2
542,609 542,609 00000000000000000015a063cf7a38a4b1d062938b8ec90884fc8896dbf4c48b 3,118 1.00/1.00 vMB 10
542,608 542,608 00000000000000000025cffc72b29dd7c44508613a441fd5bca7f0b5b3d85c22 2,324 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.67 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: 673.97 GB
    • Received: 16.43 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.