Loading Tool

Explorer IconExplorer

Memory Pool

42,314 transactions
26.54 vMB
0.07730096 BTC
Random Selection Loading Transactions
Max Size: 138.61/200 MB

Candidate Block

Mining Attempt 002c648a3c267bc00ac3305a63295d5b7a9cf91be7f65a7f9e8bda78ee1af36e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 43c1742486595cbc4ceda5eaf602d1f8be0ec81d0ba546e86665c84a35b1c29e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.02845677 BTC
Feerates: 151.16 > 2.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (490,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,671 424,671 00000000000000000178062a47635cfb28c1da3824a9eefe7c7288e50d72e863 487 0.26/1.00 vMB 55
424,670 424,670 00000000000000000125969be5dc714573db42920a06fcf596e24fb51297f087 946 0.47/1.00 vMB 68
424,669 424,669 0000000000000000039a8f085c72ce38ed21e7f7514c27089a1b3bd0d94cdebc 312 1.00/1.00 vMB 10
424,668 424,668 00000000000000000150949d454d20a9cf271cf63a6fbd21b608ee231d5f526a 1,582 0.92/1.00 vMB 68
424,667 424,667 000000000000000004ad6db6f466513996645d2a6451af2f3bcca8182d9f44f1 1,405 0.99/1.00 vMB 36
424,666 424,666 0000000000000000039dd1769cfbaf02c40a2e927b0309b1cd7e2936828060f6 1,994 1.00/1.00 vMB 69
424,665 424,665 0000000000000000018fb81baddf8f77e5ee84b59b0a281b527c62c2fbd3f555 2,511 1.00/1.00 vMB 84
424,664 424,664 000000000000000001f376759c4b03a5e660c02cc840f9df0a5a295ae26e0b19 2,849 1.00/1.00 vMB 89
424,663 424,663 0000000000000000026e35b1e02457ef8b28e118521274a49f80b6c2805fba03 782 0.35/1.00 vMB 75
424,662 424,662 0000000000000000046d11802b602a397ce88d7aa54c14c347093fa88cd3c2bf 543 1.00/1.00 vMB 11
424,661 424,661 000000000000000004e6a797e04dc7f6faca6c2ea9ffba62be2a03bfc1557130 1,944 1.00/1.00 vMB 41
424,660 424,660 00000000000000000050eba3d2e0862d5fad3d61bae08d3842f9b18c06bc9acf 2,907 1.00/1.00 vMB 96
424,659 424,659 000000000000000001da23423a0e0c24d4165dcf38c7031b02bfda8671226206 513 0.39/1.00 vMB 44
424,658 424,658 000000000000000001dd3b6f9473a3b15991f1a173a9402ea3588326655948d5 1,578 1.00/1.00 vMB 67
424,657 424,657 00000000000000000423d70e743407b56600ba2f4752b29aca054b18143bd3c5 940 1.00/1.00 vMB 21
424,656 424,656 000000000000000002774efb2cf1bff8cb3f30060b17a56370cd5321835e756c 1,781 1.00/1.00 vMB 48
424,655 424,655 00000000000000000102dbdc0f061f50de3de71b533826ac020abc1d462799ba 2,686 1.00/1.00 vMB 79
424,654 424,654 0000000000000000002f72632655c932a9ba6b690095212afbdb3beb99ec6010 2,520 1.00/1.00 vMB 68
424,653 424,653 0000000000000000034a742a240afb4a0b28aca2ac49612c0abf43be150d8bd3 2,881 1.00/1.00 vMB 74
424,652 424,652 000000000000000004baca88d9abc6a251239ff77b5783107877f40ea6b9eac7 2,762 1.00/1.00 vMB 102
424,651 424,651 00000000000000000034234f18806485f4a38caff15196316ef9b978b3823cb9 1,191 0.98/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.