Loading Tool

Explorer IconExplorer

Memory Pool

31,351 transactions
18.22 vMB
0.03772865 BTC
Random Selection Loading Transactions
Max Size: 97.48/200 MB

Candidate Block

Mining Attempt 396dfd4086f689a820e59451f670c0a6adfe5d0ff2fb1a86a7334eb8e2ba8e80
Version 20000000
Previous Block 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca
Merkle Root 3e0ad4d82a60fa1bb1aa93a400c5df5214152faaaf8f9dadf0bf11e3d2bb4c0a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,095
Size: 1.00 vMB
Total Fees: 0.00346181 BTC
Feerates: 29.09 > 0.35 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,915 (756,996 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
156,919 156,919 0000000000000a95e2894f159e5723709eca446322b5edce1b3ad717f1cc5fd9 109 0.04/1.00 vMB 25
156,918 156,918 0000000000000102e3772620142bbe1cab39cdd870125da99565dcbabe6e6fea 111 0.05/1.00 vMB 2
156,917 156,917 000000000000022d20298df5ae7582e990df28d039af949a174a72016f5df45d 15 0.00/1.00 vMB 44
156,916 156,916 00000000000005bb23bd7197d6cffd82a79ca9042995ef0e52b4521f44b233ac 12 0.00/1.00 vMB 16
156,915 156,915 00000000000008f2520b57a34845fc1878903b7ca6e8d8819220adf80d8c4e44 18 0.01/1.00 vMB 0
156,914 156,914 0000000000000068f905a8644ef7e3527a6597098cd51600849a56fcf20b5464 66 0.03/1.00 vMB 60
156,913 156,913 00000000000000dee2bfea87086ed06b995ec9f79531960140669bbca19cc959 23 0.01/1.00 vMB 48
156,912 156,912 00000000000005e8e4e04ed6b0ffc762988d86eb0e485ba08613231a7479f515 12 0.00/1.00 vMB 494
156,911 156,911 0000000000000b6e57f9f77f6d023d0fcf504b6d3e6b89a62edb505d0dac4e87 48 0.01/1.00 vMB 150
156,910 156,910 0000000000000036f098cd0558c24bda708f1c3f5578d77992c2ab09ce64a43a 11 0.00/1.00 vMB 0
156,909 156,909 00000000000007768b25ef41f7b77ad03ce19bc9b4e0d2228bfa4f127620f80a 37 0.02/1.00 vMB 240
156,908 156,908 0000000000000be485548303c72acf599ba74d1cf019e45dbbb740183e7a1c65 43 0.05/1.00 vMB 44
156,907 156,907 0000000000000b7a6262aac661d62e85e7f0421a1e059fb7d81c8c626766770e 4 0.00/1.00 vMB 68
156,906 156,906 0000000000000a45745dc350b29e6d4df7342b90a1158e7a221cf76be8d6ff3a 1 0.00/1.00 vMB 0
156,905 156,905 00000000000006e1f254e07f24d87405385a95ba8756933127b9f5a7f6afac4a 11 0.00/1.00 vMB 17
156,904 156,904 0000000000000d3eec8a23a8367985973d3026960c5ece8a32b8d24ee6684741 46 0.02/1.00 vMB 109
156,903 156,903 0000000000000563c8f468f2a09750c8c699e75fc3bcf59df6f6e5d50f9feead 3 0.00/1.00 vMB 0
156,902 156,902 0000000000000ab9fcf1767e20a521fc69ab2b294b83da59800ded62e62d1b1a 16 0.02/1.00 vMB 59
156,901 156,901 0000000000000dc0668ebb96d0f019e1d47a63df632be78893b86e0d734aeb6a 38 0.01/1.00 vMB 30
156,900 156,900 0000000000000aa1102cad2ddbe04f83c8ab771859b43faadacd7f967f0bb5ef 5 0.01/1.00 vMB 5
156,899 156,899 00000000000000a14964ab8286ea0242beb045298664e5e35409aae8cd6381e7 10 0.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 780.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.73 GB
    • Received: 5.53 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.