Loading Tool

Explorer IconExplorer

Memory Pool

48,434 transactions
24.42 vMB
0.20870878 BTC
Random Selection Loading Transactions
Max Size: 134.29/200 MB

Candidate Block

Mining Attempt 99b1a93686b8006e416c5a79e48108347588b471ffc3ebf25a9fd1db92a58f9d
Version 20000000
Previous Block 000000000000000000002de571b094bfff7eee2407ae753761569733a5146f33
Merkle Root 9739db5674ba91d1e906279a230b1e724c2df366a655fcd710ab68c94fe25d14
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,224
Size: 1.00 vMB
Total Fees: 0.10086740 BTC
Feerates: 301.59 > 10.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,085 (751,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,198 162,198 0000000000000b266695f8dab7c731000c67dc42a59785ebde148ff24353381e 38 0.03/1.00 vMB 80
162,197 162,197 0000000000000a10afe485c0990fc05141caf708ace77d9139b02ba189a69253 1 0.00/1.00 vMB 0
162,196 162,196 00000000000000db1c78630fd4c6bebe71712d4164face1315fcc9fc0bc34558 138 0.05/1.00 vMB 111
162,195 162,195 00000000000006199d36f09dbf6e742b2eb36dcf82e95b8bcc19e9bf9645a420 59 0.02/1.00 vMB 144
162,194 162,194 00000000000000c9c9311b2bc5dcd1fdf6ac004de16573901602e89c0f23cccd 41 0.02/1.00 vMB 179
162,193 162,193 00000000000001400df74af2db424a053995683d3bd2cf00df715e40f7b491b5 58 0.02/1.00 vMB 0
162,192 162,192 0000000000000d617dd13dc213d575d0647e9df9d8c552e30fe64d31c1c10b97 45 0.02/1.00 vMB 122
162,191 162,191 0000000000000217c7cb7d9880449bf2a9d198251bac0dca1c9b5e6485581a27 129 0.05/1.00 vMB 164
162,190 162,190 000000000000054533fe9192bb1f8a7f5e4506ccf8ea6b1cb3e1d69d5e9f7abd 69 0.03/1.00 vMB 161
162,189 162,189 0000000000000414bf65c98b50414375c8bfd17ba86a1393e59c6d7e3f5b9e7e 70 0.04/1.00 vMB 581
162,188 162,188 0000000000000752167500704120f38143ba15102b8b3baf846e9086f8db1e12 93 0.07/1.00 vMB 363
162,187 162,187 0000000000000ade6c3a3d5b5bb6be58317239b3bb24bbc3f834543206bb6656 23 0.01/1.00 vMB 37
162,186 162,186 0000000000000291ae5ad6cf6402d3fa38567cefe02d14f2f75ab43c2e975f38 45 0.02/1.00 vMB 103
162,185 162,185 0000000000000cc2e979b22fc28841f3f6c0c1e9e0aac5581eb5b33037744732 26 0.01/1.00 vMB 152
162,184 162,184 000000000000066ffd476b6d6fdec28c2c97e0c57f0719b8027fad8266d2150a 28 0.01/1.00 vMB 134
162,183 162,183 000000000000062448af169a9a4d121c6c361f5514341d90805f00be06efab97 69 0.02/1.00 vMB 154
162,182 162,182 00000000000002025245286279f2eb35220c3cf6aba8ed796c7b7ed847ccaf77 16 0.01/1.00 vMB 57
162,181 162,181 000000000000076dba71c8a5d808b291b6c5c10ad51e36c2e3f90ff3dbe6a249 68 0.04/1.00 vMB 74
162,180 162,180 000000000000048b9b9eb1f70b8633e641f227b48f42f37f583f240f96bdb7ec 14 0.00/1.00 vMB 248
162,179 162,179 00000000000004776f539a7b11d576ca178b5e20cd7e5feb1636df513ead5dae 26 0.01/1.00 vMB 411
162,178 162,178 0000000000000b5a27eecf4069cde95eb0a22fce782a3e5728128552c74cf207 9 0.00/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 780.74 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: 556.74 GB
    • Received: 7.03 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.