Loading Tool

Explorer IconExplorer

Memory Pool

78,784 transactions
29.58 vMB
0.09041051 BTC
Random Selection Loading Transactions
Max Size: 178.20/200 MB

Candidate Block

Mining Attempt 4aaf825bb2aa6809dfb22d02ac8d6ba32f51a2691336bc8112df5dc259d37f0b
Version 20000000
Previous Block 00000000000000000001dc6f2e0bb187e495b37d8aecff82e99d6f50fb42cdd0
Merkle Root 4b7704ca516d69c3acfb0351e4c09c1cdfe36c9544fb67cd4305a7492a267760
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,415
Size: 1.00 vMB
Total Fees: 0.02783072 BTC
Feerates: 261.10 > 2.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,167 (230,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
684,857 684,857 00000000000000000005fcf200c3f8b448e32771f903d4b385d4bfa37baa7435 1,645 1.00/1.00 vMB 61
684,856 684,856 0000000000000000000940bf2fd56838911f5657ef664fcfe05c0d51dc6de3e4 165 1.00/1.00 vMB 14
684,855 684,855 00000000000000000000e4b89d7e3fe5ebf1bafe9c532d451f152a6f630e7049 970 1.00/1.00 vMB 29
684,854 684,854 000000000000000000078e6c7232f4d5ae71a01618ea1db116567c8be46f8a1d 418 1.00/1.00 vMB 17
684,853 684,853 00000000000000000003cf28ef1f7acb94a66fc5d46c4a8c0730cbd7d6a69cab 1,562 1.00/1.00 vMB 56
684,852 684,852 0000000000000000000670f30364dc88939884fbe9a9e98a7f043b6ecdffcc88 243 1.00/1.00 vMB 13
684,851 684,851 0000000000000000000a9855e1cab626ebb5a8959f2bf5bbf7d8b1243e64ea5a 729 1.00/1.00 vMB 9
684,850 684,850 0000000000000000000a6e2d2de47bfd48e060a1262e52ebb7078d9837364b1e 1,715 1.00/1.00 vMB 39
684,849 684,849 00000000000000000001a52246e65be142f7cf3e993e22c00c984a69c005e5c7 2,001 1.00/1.00 vMB 65
684,848 684,848 00000000000000000002dbaba51cbee205ae55bd83d44cd586ffa6b2a71670c2 1,615 1.00/1.00 vMB 109
684,847 684,847 0000000000000000000a85ad71b8b9b16c04a2ba3e37efae0f3ce521448da239 1,132 1.00/1.00 vMB 121
684,846 684,846 00000000000000000005baab5cc464500f9e0b621f026c5001b8c2bfe7d22852 2,015 1.00/1.00 vMB 111
684,845 684,845 0000000000000000000a6fb67004af665a3d5d9acaa7265dd44a61ee619b19f9 1,396 1.00/1.00 vMB 13
684,844 684,844 00000000000000000000774cfad353c09fbf6c360e2daf4f1f47fe0cead1442c 2,066 1.00/1.00 vMB 83
684,843 684,843 0000000000000000000ad30cadcf77b37cfb9ed2da0de1fa88d2c3a3038822ee 2,084 1.00/1.00 vMB 123
684,842 684,842 0000000000000000000726c25ad1100c339c3b63de570b2995485518cd8746d2 2,245 1.00/1.00 vMB 10
684,841 684,841 00000000000000000001f360f7cfbb60c95e33b0a516341f26c13ed2bedafffc 2,433 1.00/1.00 vMB 90
684,840 684,840 00000000000000000006baec9e66092b315c05eabdaed3ff716c8f26cb6fc01e 2,570 1.00/1.00 vMB 55
684,839 684,839 00000000000000000004e07a3550f696127a8e56b0448df284d7188f7a57c7ea 2,064 1.00/1.00 vMB 62
684,838 684,838 000000000000000000013d68298066189ff6b47b88a260a94198c28fe042289d 2,144 1.00/1.00 vMB 109
684,837 684,837 00000000000000000009c174f17c64042bb37cdc744e000357050a6fb80bf0b1 1,206 1.00/1.00 vMB 119
Previous 10 blocks ↓
Total Size: 782.68 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: 685.87 GB
    • Received: 16.48 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.