Loading Tool

Explorer IconExplorer

Memory Pool

33,905 transactions
25.33 vMB
0.06695952 BTC
Random Selection Loading Transactions
Max Size: 128.65/200 MB

Candidate Block

Mining Attempt b68f11cd092297f0c1b0aa31bc578d3d24d024a88727ec0328496702c7ccdcf2
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 6eef137a1b8453a543b403a3827a48cab425b2ec5f1682a65596fdce19addd5b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,271
Size: 1.00 vMB
Total Fees: 0.02116378 BTC
Feerates: 151.12 > 2.12 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (454,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,188 460,188 00000000000000000215174f514cd819ad8a13d7507b5065b72050eb6569cf68 714 1.00/1.00 vMB 164
460,187 460,187 0000000000000000016eb083787227a1b4d6475a6cf495a901846a9e4a678156 1,281 0.99/1.00 vMB 111
460,186 460,186 000000000000000000138f11b0bbaa27f3af50bbd1634752aa56bbe7462d81dd 2,139 1.00/1.00 vMB 114
460,185 460,185 0000000000000000002ad140f178c1209bf0239913a9b7407cce8b843c9a9d2f 1,551 0.86/1.00 vMB 114
460,184 460,184 00000000000000000002a96c1408742b6da6ef79fcc0ca3b9f7dca0f59b6a0ff 1,863 1.00/1.00 vMB 58
460,183 460,183 00000000000000000053b10c44f022fbdde64c853f38c3e2a1ad5a853fca5ae2 1,186 1.00/1.00 vMB 75
460,182 460,182 0000000000000000017aead3ea5b2548b8b64f821aa70f5c20ed1561ee57db4f 1,986 1.00/1.00 vMB 146
460,181 460,181 0000000000000000014a51db91005f78d09c993d284e328c1ff626da632ea1e9 1,948 1.00/1.00 vMB 105
460,180 460,180 000000000000000001cf8927a086ba2ee448ce05a654e43844e099addfd51bb3 1,430 1.00/1.00 vMB 129
460,179 460,179 000000000000000001d4519f5369fe19d901e7f60fae48a2688e505e0354a983 2,368 1.00/1.00 vMB 135
460,178 460,178 000000000000000000268240036f60ba9e0f6e24af2bcd820e0cbc615a9c5d31 2,324 1.00/1.00 vMB 126
460,177 460,177 0000000000000000014e688a181e5cb6420fb113481b4a3e4f05cd0a97e6f6ad 2,165 1.00/1.00 vMB 138
460,176 460,176 000000000000000001069e6d6ada4dbfbd7e91a247e36297f57dcbc57338b838 1,878 1.00/1.00 vMB 364
460,175 460,175 000000000000000000ebac8b94c2720e794e9a9c4d6f31a56c03745520d5c2d3 1,938 1.00/1.00 vMB 182
460,174 460,174 000000000000000000d959b0806d3244e83acb29e85a715ce0ed2ff757d1a9b6 727 0.34/1.00 vMB 128
460,173 460,173 000000000000000001500d9fdf7f424ffbad594b92369b365798c64a1c4c6cfb 1,787 0.97/1.00 vMB 89
460,172 460,172 00000000000000000037f42ac723be9e67d1eadc5345837592095eef22689088 1,864 1.00/1.00 vMB 172
460,171 460,171 000000000000000000d34757e266f7a0535effcc8ee051fe4c5ac12f0c697c79 1,345 0.58/1.00 vMB 122
460,170 460,170 000000000000000000823c64d6764aa73a400453d5e048cef6a6e4c7182e1de4 1,705 0.93/1.00 vMB 132
460,169 460,169 00000000000000000195dd744a0f5fb967cf979e0df64f4f15902d047b297a05 1,439 0.95/1.00 vMB 126
460,168 460,168 0000000000000000001337e96e32ca08298f3c50c88abfefa421ccaf0d8bcbf0 1,664 0.98/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.