Loading Tool

Explorer IconExplorer

Memory Pool

48,206 transactions
20.99 vMB
0.05797136 BTC
Random Selection Loading Transactions
Max Size: 120.26/200 MB

Candidate Block

Mining Attempt dbbfbb1e72829d030fb9719a26381d4b5eae9ec7237c04daf1a219bbdd03859f
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root dbc1309056b0d8f232e846c8fc10bf253f4cfc1f6d2f175d192a0919d25dc3ea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,198
Size: 1.00 vMB
Total Fees: 0.01578853 BTC
Feerates: 502.67 > 1.58 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (751,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
162,177 162,177 00000000000002f7be56b0f0dffe9e167f67aefefa9024251a9a39fcbdbb1ae3 122 0.04/1.00 vMB 125
162,176 162,176 0000000000000bbb9b526cff9abcd79c79e7ac3545080d8aa756dfa6e92f972b 31 0.01/1.00 vMB 352
162,175 162,175 00000000000003bc4bc965e9d01baedeefda4ef89a60d2e27e6597d037a83632 29 0.01/1.00 vMB 147
162,174 162,174 0000000000000bb2631e769af0cc53d58dc0c3b73222924417214cca605be9fb 16 0.00/1.00 vMB 66
162,173 162,173 0000000000000cb532e56549e33918e6838e584e419fcd9faa00fdf0e77152db 11 0.01/1.00 vMB 31
162,172 162,172 000000000000043c63a1a2c015f6c0e28c4e322b0ce4ddabdd4d341911beb89c 1 0.00/1.00 vMB 0
162,171 162,171 0000000000000cd678ec06fd9504e2ed5649f434bd387fcf8eb8ea02ed663f76 27 0.01/1.00 vMB 94
162,170 162,170 0000000000000a75f057bbc5bc9c8ba4f62cca5068bde44d803fddd9eee56727 73 0.03/1.00 vMB 79
162,169 162,169 0000000000000791b45eeed1306eaa2e82340c599ba9a09d4996ee6885666db1 48 0.02/1.00 vMB 17,993
162,168 162,168 000000000000059fcc69965a0d57822104e9b1b67336b3c173aae0c1ae2342f8 12 0.00/1.00 vMB 0
162,167 162,167 000000000000043a983573e4ccf92337a0c775d94c7f606e8ddf00a06061869f 40 0.02/1.00 vMB 95
162,166 162,166 0000000000000321772e198adf90bfa4d712f9c2ecb24ee34a43d56b70248a69 11 0.00/1.00 vMB 76
162,165 162,165 00000000000001500f67326eca283d2f0571ad224ca6bc667d191b0b0828bfa1 68 0.03/1.00 vMB 137
162,164 162,164 0000000000000cc8d8d1727d2af9b1e4deb7614f412f4ddebc809c33031da8e4 4 0.00/1.00 vMB 25
162,163 162,163 00000000000003e420892c6c41c700487c5c91267674635e045d8b508e80fae4 1 0.00/1.00 vMB 0
162,162 162,162 00000000000000bef8d36223609e5d5abb7e157ba5604595c7d4c5114ca1cbec 88 0.03/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 780.64 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: 550.23 GB
    • Received: 6.42 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.