Loading Tool

Explorer IconExplorer

Memory Pool

34,177 transactions
25.72 vMB
0.06048932 BTC
Random Selection Loading Transactions
Max Size: 130.11/200 MB

Candidate Block

Mining Attempt 042957c31465559520e27388d8526a8b8cf655d258a01756540fe8b66a6fe2be
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 6db358c0f58e94d7c9a46191e11cf3556992adb2ef59626b7f3e6153d6e855c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,033
Size: 1.00 vMB
Total Fees: 0.01356729 BTC
Feerates: 74.70 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (177,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,649 737,649 00000000000000000003fc06cc123242411805d5fc2d2397f675eb4d74341f81 2,571 1.00/1.00 vMB 13
737,648 737,648 0000000000000000000756be687122148f65c9e22687e7e95a8fb3175570b39b 2,939 1.00/1.00 vMB 15
737,647 737,647 00000000000000000004d021677eaec6071b5cb49367e9eb3200a151c158a132 339 0.23/1.00 vMB 2
737,646 737,646 00000000000000000008b35ec6faf1663647521003ef96ec49a4f8a491b7ba03 3,147 1.00/1.00 vMB 12
737,645 737,645 0000000000000000000809dc6ed7f1e6db1465528f7503e40cbae77dcbc2bc22 2,045 1.00/1.00 vMB 8
737,644 737,644 000000000000000000075c3def01e2660dc533f98abbae69ca48b93c6d57ad9b 1,974 1.00/1.00 vMB 6
737,643 737,643 000000000000000000021b075628647bb773adf7c9b1eb764978365c37e6a55f 2,362 1.00/1.00 vMB 2
737,642 737,642 00000000000000000001887ef02f8a63cc0278c2d71ec6b21f7d885a566f756d 3,009 1.00/1.00 vMB 17
737,641 737,641 000000000000000000034cc249e46b3a1ccdeac951050f5518eaeff6c51da3e0 2,870 1.00/1.00 vMB 11
737,640 737,640 00000000000000000002460eeb76607157a6cd2a087f06e76a3db7ccc2bb17b7 1,498 1.00/1.00 vMB 17
737,639 737,639 000000000000000000010b7adec33f132839b65fd86c466d57c0bb380e1deb3c 2,814 1.00/1.00 vMB 14
737,638 737,638 00000000000000000003a7ece5aeda40c6ba27d37961f0a3ddc29bc2d0dd0352 3,021 1.00/1.00 vMB 8
737,637 737,637 00000000000000000008d6be74fc2955fec21c7b5fec917a60314ea7576d82a1 3,179 1.00/1.00 vMB 14
737,636 737,636 00000000000000000006b5583b3d0db8a3b7438d47ad9a439a4f02abccfdbe58 2,304 1.00/1.00 vMB 12
737,635 737,635 0000000000000000000682dba86d4b81a9dd4baa818aab9b45fc8258d3353296 2,759 1.00/1.00 vMB 21
737,634 737,634 000000000000000000085b3eecea82dde3cc07496ca81f936a94359f8646cd8b 2,771 1.00/1.00 vMB 15
737,633 737,633 00000000000000000008ba89d3d1f4666944060d2dd91cb377bcc274939b9d52 2,051 1.00/1.00 vMB 15
737,632 737,632 000000000000000000043df7893f8dc48e8011bec1c7ce0062e6944f0a099e55 2,128 1.00/1.00 vMB 17
737,631 737,631 00000000000000000003d5649ab3dfb4e60a0a06e7b784cc22ef23e56340555d 2,715 1.00/1.00 vMB 29
737,630 737,630 00000000000000000000f22d09de26c1a2a792b24896aba22f69c9bc3e005f4d 3,456 1.00/1.00 vMB 19
737,629 737,629 000000000000000000040e941e63ceed0ba2128897c80ec8efdf2670236cadb0 1,254 0.36/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.