Loading Tool

Explorer IconExplorer

Memory Pool

84,461 transactions
31.53 vMB
0.09865488 BTC
Random Selection Loading Transactions
Max Size: 192.28/200 MB

Candidate Block

Mining Attempt 3056070dc3565e83187d0f25797e4c8c37808510cd6ebe10ab2dd597ac8cbcf2
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 60f3c84de85f42b34e0a45aa7d7e0d3f7c0e8fc75ee1316fd91725d8ced6fd0a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,461
Size: 1.00 vMB
Total Fees: 0.02543353 BTC
Feerates: 150.77 > 2.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (206,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,034 709,034 0000000000000000000b278af24ec875f27f4047473c7d041d26b9e3ba6f41da 901 1.00/1.00 vMB 4
709,033 709,033 00000000000000000002957deda52f392fc3e2b9b092faa5d7385249074d5c3e 2,805 1.00/1.00 vMB 6
709,032 709,032 00000000000000000004bb012968b89ceeecfb4e9e21317a21e0ebabebd04508 3,131 1.00/1.00 vMB 25
709,031 709,031 0000000000000000000592d0b29db4e492168c93608b2b9807e3fc56369a4fc8 1,737 1.00/1.00 vMB 3
709,030 709,030 0000000000000000000a3f973f1a06dfe2425967d6fbcc82dde713735f057b67 3,365 1.00/1.00 vMB 9
709,029 709,029 000000000000000000075cb438b2225982639c8bb7d04581e313e9bc1a01387f 2,145 1.00/1.00 vMB 7
709,028 709,028 0000000000000000000219d150bf7b0d8b9521635b70756a29271433e592480b 2,029 1.00/1.00 vMB 12
709,027 709,027 00000000000000000001eb605d719d04dd55294b7b8099ccc9fa00bd6725a7bb 2,970 1.00/1.00 vMB 18
709,026 709,026 0000000000000000000ca69f7a9f75e622e7cc8e1e37d3738948e270eb727a6f 3,416 1.00/1.00 vMB 32
709,025 709,025 0000000000000000000af7e6192e8b598c043110d94838e7f79fe1237dceac68 2,277 1.00/1.00 vMB 14
709,024 709,024 0000000000000000000386bc75d828519d6fece43373311221b073cae91c6908 1,847 1.00/1.00 vMB 12
709,023 709,023 00000000000000000005a3cfb355721418d4c6c20b79f3182591400de1ada66c 1,595 1.00/1.00 vMB 6
709,022 709,022 00000000000000000007def85aee0c1b4e63d922ad824b5b60ed8c4a048eaef8 1,585 1.00/1.00 vMB 15
709,021 709,021 0000000000000000000a1c96386cf9c8dbb8aef3243ff05928b29af954532219 326 0.17/1.00 vMB 10
709,020 709,020 00000000000000000003b6605a004ba9244ad0d455233ac4411a970f6bfc3ac4 1,309 0.84/1.00 vMB 7
709,019 709,019 000000000000000000055995e5dbc2225e1346717f46aa9a49f83f3999af331a 1,541 1.00/1.00 vMB 11
709,018 709,018 000000000000000000095a5f4dc48f719c2531b47d9e753183ed2b4b5ba81170 97 1.00/1.00 vMB 1
709,017 709,017 00000000000000000005456e10bbe11c971bd04d665d245a04338f121fc542a0 1,645 1.00/1.00 vMB 12
709,016 709,016 0000000000000000000bedccd032ef46a38afef6f755a29b8b5ce6c07f44ea3f 248 1.00/1.00 vMB 1
709,015 709,015 00000000000000000008ef62efec28e12484314f47ed606d0bf0fc90b201c599 663 1.00/1.00 vMB 3
709,014 709,014 00000000000000000002e38213df0714b29cee200be5254953e4ae73d11cf897 1,792 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.97 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: 716.11 GB
    • Received: 17.78 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.