Loading Tool

Explorer IconExplorer

Memory Pool

84,943 transactions
31.83 vMB
0.18961473 BTC
Random Selection Loading Transactions
Max Size: 189.14/200 MB

Candidate Block

Mining Attempt 0f5be4d9d1f8eaad6bba5c3baa70ecbdde3f2649f6b0d79f52e5a5b820156665
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root aa9d623a6309b3ed3377f4e4baed8e17fa207074e3846e47fbb0cf303d1b9180
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,853
Size: 1.00 vMB
Total Fees: 0.07224583 BTC
Feerates: 301.64 > 7.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (372,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
542,607 542,607 000000000000000000219008df0c7d1a2ca2b4c61974853e7c2c2b17042c02f9 309 0.11/1.00 vMB 11
542,606 542,606 000000000000000000103b482b0a580b082774c4040151a6a97872b03df22af3 619 0.26/1.00 vMB 23
542,605 542,605 0000000000000000001178d6d3c3213ca2ae2a90751a7acce4331b2ca3e65636 2,549 1.00/1.00 vMB 4
542,604 542,604 0000000000000000001346670c1e3a20f0fe074ac6b778654968e1587d18d31b 3,489 1.00/1.00 vMB 23
542,603 542,603 0000000000000000000a6e3cf78942452a37d6631902819571e11dded4f1e98c 2,662 1.00/1.00 vMB 13
542,602 542,602 00000000000000000016d558fc99e8fbc6aeef7e3dd4e17cdbbd293e3e76b68d 781 0.29/1.00 vMB 10
542,601 542,601 00000000000000000012952ff6d6b2e29bedc3746be44f91ac6b490cd4b9c75c 1,473 0.60/1.00 vMB 22
542,600 542,600 000000000000000000144b85b902b706159d2e7624d38ae8ba641c8803dff663 1,269 0.49/1.00 vMB 2
542,599 542,599 00000000000000000024eb1d03ed91a4c88493a64e41e16f6d6f2371687fcd44 3,465 1.00/1.00 vMB 4
542,598 542,598 000000000000000000052fdcf1c5d818dc8b27854e49e248c0eceb849b10a83c 2,411 1.00/1.00 vMB 12
542,597 542,597 0000000000000000000e16ef6c29a8efaeda3fee1a15d2ae8a20ac4cd9c4060d 2,687 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.65 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.60 GB
    • Received: 16.28 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.