Loading Tool

Explorer IconExplorer

Memory Pool

81,326 transactions
29.86 vMB
0.13377587 BTC
Random Selection Loading Transactions
Max Size: 180.82/200 MB

Candidate Block

Mining Attempt 1d9dfe323a3b18391424775d0c63456df410fc5ad8812d4d79aed4cc6c3d8121
Version 20000000
Previous Block 000000000000000000005c2fc4d2b95ddb889fb35eace1de4a362d4b7706c2e6
Merkle Root bbcf65b89e4514270c15a6ca5428baca41db7291109ae8c15845dbdc966bcf02
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.06800158 BTC
Feerates: 213.90 > 6.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,109 (249,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,083 666,083 000000000000000000001cb3b56cd7abe59cdfbb2cf99e865fc084b53b94d9a5 2,562 1.00/1.00 vMB 137
666,082 666,082 0000000000000000000da738de89de8d647629c54f3d66e61a9d7341561fdb29 3,006 1.00/1.00 vMB 159
666,081 666,081 0000000000000000000b774252d97fe144d169ab0bba2bc7c681cc3254a29e36 3,287 1.00/1.00 vMB 105
666,080 666,080 000000000000000000038611c3ce277be9ddc8e5ae0f43e9a1a1a0b460a7e40d 2,116 1.00/1.00 vMB 125
666,079 666,079 0000000000000000000d57ac38b9f5f2c3249faf9c4504390ab6e8dec180f886 1,688 1.00/1.00 vMB 116
666,078 666,078 000000000000000000033f0916303c360927f67b9f373555340cf3f71be691b9 2,083 1.00/1.00 vMB 120
666,077 666,077 0000000000000000000d7b9adcef2c08d01dfd2428601ecd9df9b0352fe313b4 2,837 1.00/1.00 vMB 141
666,076 666,076 0000000000000000000080324fdf044b64f0661b3562a5729a51722d007d90b8 2,225 1.00/1.00 vMB 128
666,075 666,075 0000000000000000000b507c3fdfd70e9e244603fe78d0ab27ed0fed8dd88c3b 3,050 1.00/1.00 vMB 149
666,074 666,074 000000000000000000095abb3b9a6f2b98393f100b267b188837f2215ed0dcb0 1,515 1.00/1.00 vMB 124
666,073 666,073 0000000000000000000b3d56cc9d85538881068299f3ded3a88281b9865288d5 2,597 1.00/1.00 vMB 128
666,072 666,072 00000000000000000003e919e5a3b35afba7f9a191282431a2ba3b58f4f122bb 2,649 1.00/1.00 vMB 135
666,071 666,071 00000000000000000009a45fad2e03ae3145ebad7b50a93d14f02949a0f3d317 2,638 1.00/1.00 vMB 133
666,070 666,070 000000000000000000009cd838e9980507b2fc5b1128756fa5e809342763c454 1 0.00/1.00 vMB 0
666,069 666,069 00000000000000000006d6bf11346defdb0daea1af29d9a116a7f9db7850ed3c 3,093 1.00/1.00 vMB 158
666,068 666,068 00000000000000000009fb4b2b7a9e2884f379b20ee97974901171a2f3e73508 2,922 1.00/1.00 vMB 141
666,067 666,067 00000000000000000006997ab3c766af23a4fcffb1c4e694a3bcff702d9c1085 2,795 1.00/1.00 vMB 139
666,066 666,066 0000000000000000000a4f5d0e2d31a9046d13275f8e924673fe6e4a78e3c173 3,087 1.00/1.00 vMB 158
666,065 666,065 0000000000000000000c24ae2b3aa904a6075accc157d6da453ade27f57c8691 1,842 1.00/1.00 vMB 130
666,064 666,064 00000000000000000004560f19d76f8caa9c7cc05ff276e4dd29a232d768888c 2,981 1.00/1.00 vMB 149
666,063 666,063 000000000000000000050603e5a84000af0f1edc3b0557777975442884561e6d 2,580 1.00/1.00 vMB 140
Previous 10 blocks ↓
Total Size: 782.58 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: 671.33 GB
    • Received: 15.91 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.