Loading Tool

Explorer IconExplorer

Memory Pool

47,490 transactions
27.77 vMB
0.09338136 BTC
Random Selection Loading Transactions
Max Size: 146.90/200 MB

Candidate Block

Mining Attempt fedf1ce1d5eaad823eb567cd584845f94d26b60b34020b1393300ccc782769c3
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 37169229a40338f49928c2bc144e0e9da2bbbcadcc0fc55764a62ebc756e97e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.03745227 BTC
Feerates: 159.25 > 3.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (334,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,230 580,230 000000000000000000175d06f20e1e78e5871bc5d35b71ea84ff06056906fd80 2,513 1.00/1.00 vMB 103
580,229 580,229 0000000000000000000055c42f4cf7e3173f76ebe8390423e1f04246adc3e4b4 2,769 1.00/1.00 vMB 139
580,228 580,228 0000000000000000001cb9056501154e4fc4fba935914e7c02d07ec05fd14e62 2,726 1.00/1.00 vMB 113
580,227 580,227 00000000000000000014839541e60f7683487796adac136935d7f60329392d12 2,253 1.00/1.00 vMB 97
580,226 580,226 0000000000000000000679fb879ecd5aee4f2587ccb91f02e23e1b10c8810707 2,562 1.00/1.00 vMB 85
580,225 580,225 0000000000000000000a20e97aaac8bdb67ca378b44f829e29157263a9656871 3,205 1.00/1.00 vMB 134
580,224 580,224 00000000000000000024f5e8bc6a53161c07a98bb081de0b8d1d3b648532f976 1,992 1.00/1.00 vMB 88
580,223 580,223 000000000000000000111574820e1ff0ac1fdf9dd92db9e6b03d64d3cedaea4b 1,049 1.00/1.00 vMB 96
580,222 580,222 00000000000000000000b029424185e9a5fe75f654d30231cf8df22625a09169 2,328 1.00/1.00 vMB 123
580,221 580,221 0000000000000000001133eab151d88551ccd37123eed57948a1f71db66595c9 2,198 1.00/1.00 vMB 117
580,220 580,220 0000000000000000001f2a2951ed6cc8d1458b3a44aad136cec5f661bbc4eacd 2,367 1.00/1.00 vMB 66
580,219 580,219 0000000000000000000a5db56750250d97f84e7a7f3a9d34d18c9d662353dd5a 2,281 1.00/1.00 vMB 99
580,218 580,218 00000000000000000015d7e6283de7e5229cb9d02a3f42284a78eb81a86bda00 2,607 1.00/1.00 vMB 103
580,217 580,217 00000000000000000008c21f24d8f3ecd678ecfebdd22898e68676ebaa89a72f 2,724 1.00/1.00 vMB 106
580,216 580,216 0000000000000000000df20b53ea71ab723dd8d285d9f5dd0aa40f9ed04bb2d5 2,636 1.00/1.00 vMB 95
580,215 580,215 00000000000000000024ed29d3857f27fcb8229f4224d0e2201d9101afbbc196 2,072 1.00/1.00 vMB 65
580,214 580,214 0000000000000000001a3121eca549636195f5b46604853018e00a3c9d261b1a 2,803 1.00/1.00 vMB 143
580,213 580,213 0000000000000000001c71b908ddff33d8e3ea828b0fa2d6327f66e314cc6e6c 2,271 1.00/1.00 vMB 83
580,212 580,212 0000000000000000000191086a4512c0a09e45fd09c735475ebd3e169da0e690 2,110 1.00/1.00 vMB 86
580,211 580,211 000000000000000000056e3a873ddf5301b7e56107f757ced5e56635d8ce60fe 2,312 1.00/1.00 vMB 82
580,210 580,210 00000000000000000022ed2e412e5c8fdb4eef4ae1d9b604408321b53e686b57 2,334 1.00/1.00 vMB 178
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.