Loading Tool

Explorer IconExplorer

Memory Pool

32,831 transactions
25.84 vMB
0.06928585 BTC
Random Selection Loading Transactions
Max Size: 140.93/200 MB

Candidate Block

Mining Attempt 43c503639d3a6a340807bd7b1cfaba6b446fc7d58faa7a1ac4cfbd4f3c026b3b
Version 20000000
Previous Block 00000000000000000000299aa19032811e7eff9b1e732741bdc2cee4c10e8735
Merkle Root 1fa99c5dc687026e179a8242f1ad28ee94b281a02199b43ee0bf5adb560ad9f6
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,995
Size: 1.00 vMB
Total Fees: 0.03688447 BTC
Feerates: 603.14 > 3.70 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 940,514 (796,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
144,212 144,212 00000000000008a650bc784296938a8382711eb96a9509ee881aa278a0ccbaa8 138 0.06/1.00 vMB 607
144,211 144,211 000000000000092e9d767629f0667a5a85b992660bd3213a0ac51a0a2aa5be8b 121 0.05/1.00 vMB 184
144,210 144,210 000000000000066974a06d28f3918c38a2ab4539ad7594a23f7f22ebacedcd74 125 0.05/1.00 vMB 89
144,209 144,209 00000000000007a7beb393cf397aefb45050c66fcc06b9060f701779dc568bb4 103 0.05/1.00 vMB 222
144,208 144,208 0000000000000915b73e49f0202522f16f73f3b3d745a82115fac20c59239d7d 5 0.00/1.00 vMB 145
144,207 144,207 00000000000003339afb9eac4536a45e73043a806adcee6bb94c4d7863141cf0 62 0.02/1.00 vMB 105
144,206 144,206 00000000000002a2e21cd5733e6e72de1071b331c6105e8aafd73e833e5cc092 11 0.00/1.00 vMB 291
144,205 144,205 00000000000003df0c2857c24f499f9a62bb28d2808dc58c0ebd5972780c51c9 70 0.04/1.00 vMB 285
144,204 144,204 000000000000027b5cf5694bc36e59f093e3cfa61bcdbd2226554ed028ccc81b 40 0.01/1.00 vMB 26
144,203 144,203 0000000000000704184b46d0892ece785692199f2cfdd3b23ce63d3b1923e363 14 0.01/1.00 vMB 129
144,202 144,202 00000000000009011b3d4c80e85f686ac37ff96132b10a229e9d4f2f007b0451 46 0.03/1.00 vMB 116
144,201 144,201 000000000000035dcb8fe986fdfd3ec27413a55b8ed7308e3e9bda749d062afd 5 0.00/1.00 vMB 49
144,200 144,200 00000000000003527d9f089431010aeacf01da6150a1a12c8366b88e3eefb3a9 26 0.01/1.00 vMB 254
144,199 144,199 000000000000029a95c50259a8df6c8c3ccc1e87acf295d50fb3dd94ef285bc1 14 0.00/1.00 vMB 38
144,198 144,198 00000000000007af2fcc81f3cf66e42c1a6cdfdccff53560f35e1750227d6d56 11 0.01/1.00 vMB 88
144,197 144,197 000000000000044061c07301e5bfafe9355586a9f72817bd3b176694cfaaab23 27 0.01/1.00 vMB 54
144,196 144,196 00000000000006cd89eb73487925ba2082fe5675ab85ae6f30998aa0255f44c3 29 0.01/1.00 vMB 235
144,195 144,195 0000000000000094fd40c51ef2c0bba38cde1b9add3d47148dca1378c0e3fcff 53 0.03/1.00 vMB 215
144,194 144,194 00000000000001e3995d26b89e1c043c601217dbbb0852e7c7d36e9365aceba6 40 0.01/1.00 vMB 90
144,193 144,193 00000000000004e4cabb5494378e19546fdebf43386c0a010f755c85a8fecb74 92 0.05/1.00 vMB 213
144,192 144,192 00000000000005b6e3686d820ca1dc974c48f70e972acd6b30fd46cae2fcae7f 63 0.02/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 827.68 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: 4,461.94 GB
    • Received: 243.64 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.