Loading Tool

Explorer IconExplorer

Memory Pool

80,383 transactions
30.12 vMB
0.08932426 BTC
Random Selection Loading Transactions
Max Size: 180.60/200 MB

Candidate Block

Mining Attempt ccb62a008a9a8c5b99387c6ed5ecc90dc82eecc6bb3f3f80db3b4920d0c62a0d
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root bd0f48b0e8fbf03a688491913cf92ee52aa03b4d4aedb11416693051e9a81e6a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,380
Size: 1.00 vMB
Total Fees: 0.02768781 BTC
Feerates: 301.07 > 2.77 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (517,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,552 397,552 0000000000000000018a35e971f105921e902778d9f60dd9877a23142be66a7b 2,714 0.93/1.00 vMB 52
397,551 397,551 00000000000000000778867b107aeb63586a3978f9eef74f89415939bcd94cca 978 0.99/1.00 vMB 20
397,550 397,550 000000000000000001d983f68da32a245b1d2bba2561c8a4cd64c619c7466580 1,105 0.97/1.00 vMB 19
397,549 397,549 0000000000000000016670c1cc7b6883f11e0cf25312d00be742d5501fced0c6 2,294 0.93/1.00 vMB 51
397,548 397,548 0000000000000000022fcaebf5d953a4bcd0527765c8f887026a893bd19380a5 1,821 0.85/1.00 vMB 38
397,547 397,547 0000000000000000070894403f92b8115efa05ad6b052e013af7bb66552aeb85 376 0.25/1.00 vMB 22
397,546 397,546 00000000000000000522c6b1a2e29b3588bb2ca98bd21abc5509c732b8079a78 2,116 0.97/1.00 vMB 34
397,545 397,545 000000000000000000f0de64834841096d67d489b702c92828b120665e881c9e 1,114 0.70/1.00 vMB 28
397,544 397,544 0000000000000000006e71924ae85acd5c38562afd9678aacd7f6703adb5ff52 688 0.39/1.00 vMB 31
397,543 397,543 000000000000000005a097726cf8cc2ae7e5e95113c24c38ce24a2cda41386f5 709 0.46/1.00 vMB 21
397,542 397,542 000000000000000000c351fd3305a188d60cec6acdba2335a79aba588fe668f5 1,195 0.59/1.00 vMB 33
397,541 397,541 000000000000000005fd15fb9a9d9d786ecdf07c24324e35cd9e498b300a8baa 465 0.24/1.00 vMB 28
397,540 397,540 0000000000000000068e640566abc593006a670c0c66cf03e29c7fba8fc9e51c 811 0.92/1.00 vMB 17
397,539 397,539 0000000000000000037f83c8f3afd841ca9dd77005e2caf1ac3e6139d5d2b1a7 1,769 0.99/1.00 vMB 26
397,538 397,538 00000000000000000412793ccf5e65137518c873c5245ea1ec5ee0a8cd05c29f 2,435 0.99/1.00 vMB 46
397,537 397,537 000000000000000000a48517938bb7a9c4db08a94dd0153d7e60c43c8325bb4f 2,078 0.93/1.00 vMB 37
397,536 397,536 00000000000000000387e5385ed59eb70441aaf32a61b657e702059d0cff7a31 2,275 1.00/1.00 vMB 51
397,535 397,535 000000000000000000b87ddade28bea55f7af23c7806458d9eaed8e1121e096f 1,008 0.52/1.00 vMB 33
397,534 397,534 000000000000000002c34d784b72575977d0e8e373cbbf06fe5a012dc0018192 514 0.74/1.00 vMB 12
397,533 397,533 000000000000000005b278223b892e5bceb4f37a02ab3a841a1b2e1e2844db6c 2,101 0.95/1.00 vMB 42
397,532 397,532 000000000000000004aa24bd1720575378c0075653a79d902883b6c6c424e093 373 0.21/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.