Loading Tool

Explorer IconExplorer

Memory Pool

77,612 transactions
29.78 vMB
0.07867569 BTC
Random Selection Loading Transactions
Max Size: 176.60/200 MB

Candidate Block

Mining Attempt d95b31da4bdf15265dc0df193fdc8ef54331d100d48576f1649a3c43bd04de34
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root 95c35e25a22203b9adb813e4b71ba9dc41ae838e2432504e5d5627a7a8a1da61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,013
Size: 1.00 vMB
Total Fees: 0.01371703 BTC
Feerates: 66.23 > 1.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (0 blocks away) ⇈
Next 0 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,100 915,100 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31 880 0.35/1.00 vMB 1 ago
915,099 915,099 000000000000000000000a1535e58b5a44cd5134f86b26b811cf56e67cc0d60a 2,172 1.00/1.00 vMB 5 ago
915,098 915,098 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f 3,399 1.00/1.00 vMB 4 ago
915,097 915,097 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c 2,950 1.00/1.00 vMB 6 ago
915,096 915,096 00000000000000000002064931ca32749e9a68a433f5974b1ade127285f85a4a 3,518 1.00/1.00 vMB 3 ago
915,095 915,095 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd 733 0.24/1.00 vMB 2
915,094 915,094 0000000000000000000094b33996c224af01f043a358605fe53f3736f068ed4c 2,845 1.00/1.00 vMB 3
915,093 915,093 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3 1,631 0.61/1.00 vMB 2
915,092 915,092 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed 2,875 1.00/1.00 vMB 2
915,091 915,091 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6 4,322 1.00/1.00 vMB 0
915,090 915,090 00000000000000000000327a49fa6004515b5891bc19fa46a462f6b39127d620 3,198 1.00/1.00 vMB 3
915,089 915,089 00000000000000000001fa937a9d4dce7a38d755f594edd200e4f323094a5ecd 3,809 1.00/1.00 vMB 1
915,088 915,088 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a 3,465 1.00/1.00 vMB 0
915,087 915,087 000000000000000000000479bc4e31fc81c2fc71ef05c7b80530749b20c130fd 963 0.56/1.00 vMB 2
915,086 915,086 000000000000000000014b592946cbd74c2c420f2f46ca5e713cf0fa67783091 4,048 1.00/1.00 vMB 1
915,085 915,085 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233 3,921 1.00/1.00 vMB 1
915,084 915,084 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae 439 0.15/1.00 vMB 2
915,083 915,083 000000000000000000017443d83a72fff2b5ba0e1b14c7c9c87cf8a60517a45d 3,039 0.92/1.00 vMB 3
915,082 915,082 00000000000000000002092de921a1212b41aa97abcef3b00199cbeb95f34bff 2,764 1.00/1.00 vMB 1
915,081 915,081 0000000000000000000058879e0a40dfa8f1616c9152641354287e61f743c1d8 3,536 1.00/1.00 vMB 7
915,080 915,080 00000000000000000001968746f746008154af3e4db375ab1e0c87864c4db4c8 2,938 0.63/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.57 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: 670.36 GB
    • Received: 15.84 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.