Loading Tool

Explorer IconExplorer

Memory Pool

78,688 transactions
29.44 vMB
0.11816129 BTC
Random Selection Loading Transactions
Max Size: 177.92/200 MB

Candidate Block

Mining Attempt 8235fe025d125aaa41552d7647b689278b43343fe086ef4f3ef7cc982703d2bf
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root 5f5f4ef33d6fd493cc47bdcdadb182c174b6cae8f0445f3d7896396c7a48111e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,408
Size: 1.00 vMB
Total Fees: 0.04099218 BTC
Feerates: 198.58 > 4.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (88,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,326 826,326 00000000000000000002c4f940b134417da6d33f6aace9648bc9322542cfa152 2,737 1.00/1.00 vMB 40
826,325 826,325 000000000000000000007373887b5dd4c3bcc499d7f72ef98fb8a7c927213f9b 3,412 1.00/1.00 vMB 66
826,324 826,324 00000000000000000001dacda80e1bed588e7e402130eaf247129eef2059d644 3,239 1.00/1.00 vMB 63
826,323 826,323 000000000000000000039c7908b83e9bfb61d1e02599e9469e5384a5b475be33 872 1.00/1.00 vMB 73
826,322 826,322 0000000000000000000279b8c5a579409ffe75f76ebf897bc511b3a5bf9a9259 5,376 1.00/1.00 vMB 43
826,321 826,321 0000000000000000000370b4e561210b41743578c7aa71e7ae78d3488748b8d8 3,022 1.00/1.00 vMB 63
826,320 826,320 00000000000000000000ed1931ebeab1829fabd235b0c0bb4432af5d44777319 2,585 1.00/1.00 vMB 47
826,319 826,319 00000000000000000003650505e756b370ea417b88c433a4b0c474cf50e73603 2,898 1.00/1.00 vMB 58
826,318 826,318 000000000000000000020b4f8a2b67fa0387eb842b14422cb4534de1dedf7d24 3,961 1.00/1.00 vMB 82
826,317 826,317 0000000000000000000002f34c40e350aaec3cce491941fb286bfb2fb51c0502 2,724 1.00/1.00 vMB 37
826,316 826,316 000000000000000000001c36496e16494424af7aea647e5a1a65a6c991bf0118 2,837 1.00/1.00 vMB 40
826,315 826,315 000000000000000000039c8092f69d4521ca5871314c18897a4a7fe8f0058cd6 3,215 1.00/1.00 vMB 60
826,314 826,314 00000000000000000000ef2cf2628c051197ee88cd8913cde2a35f48eed1b68a 1,667 1.00/1.00 vMB 40
826,313 826,313 00000000000000000002e2b57d940d8dfdd59b6b197eb0e8e02c3b7005af3533 3,835 1.00/1.00 vMB 50
826,312 826,312 00000000000000000003d4455e75b045b1d51b83ed989c4afdd9e7225969cc6c 1,788 1.00/1.00 vMB 42
826,311 826,311 00000000000000000000955f03ff04e4f0dc6d92e844e7c399b6f1bf1a5846a4 2,811 1.00/1.00 vMB 55
826,310 826,310 0000000000000000000104129e6ec814d16039ecdc119d9bcc4bd4637ccb2e68 2,996 1.00/1.00 vMB 72
826,309 826,309 0000000000000000000237968190d3ea89209973eeffb8cf0c0fc7a329a1af8a 3,241 1.00/1.00 vMB 165
826,308 826,308 000000000000000000021ec8642269c0ef402f3e9ad3bcd29e45df0f3deeb179 2,254 1.00/1.00 vMB 82
826,307 826,307 00000000000000000000e146f5d7b7cd47bcfb18f50b6874c4a06fee3659bb78 1,051 1.00/1.00 vMB 54
826,306 826,306 000000000000000000005f8ed602e68c4e4bca901c15ce76f0036b716ad093fa 2,787 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.86 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: 712.95 GB
    • Received: 17.25 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.