Loading Tool

Explorer IconExplorer

Memory Pool

24,760 transactions
5.65 vMB
0.03403655 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.09/200 MB

Candidate Block

Mining Attempt e7b3a96219e602b4dd692cf6734d50a10c0838bb89fbad420f257eb5365ef6f2
Version 20000000
Previous Block 00000000000000000001ba540179348e126e660bea94ed6ba838e68a81db744e
Merkle Root a55ef7b4873673e1ce2e2909006ec7611dddb2122d7117501b92b7190013abd4
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,967
Size: 0.76 vMB
Total Fees: 0.02123456 BTC
Avg Feerate: 2.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,117 (752,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,220 160,220 000000000000030011a7716f2384fc0f19fded326e05aac5a643c6e7afb8d998 0.02 MB 41 63
160,219 160,219 00000000000006bb306ab10c8231b509b0b3eeab543d8486bc8eb9c6eff09e0d 0.00 MB 14 16
160,218 160,218 00000000000002b030bc27fa473be130a1b4c5400e5c9b730419c0bddc9a86c6 0.02 MB 50 101
160,217 160,217 00000000000006b89d5ce6d7a9e917e17a3235cc958d8beff85e86a72ff5b9de 0.02 MB 61 67
160,216 160,216 00000000000002793dcebc56c683e1668bd8846b38e2b8007c817604c1211217 0.01 MB 23 158
160,215 160,215 00000000000007c8fca3c69607da5e4b02b6ea61915b591309da2bbaaae6095f 0.02 MB 39 74
160,214 160,214 0000000000000732c25e177b6f86ea9be9789ec9354e3003610cb38891510027 0.06 MB 57 647
160,213 160,213 00000000000003e83c9aa24994782cedaf5dffa6e172414b75121960bc050b8d 0.02 MB 37 303
160,212 160,212 00000000000002b2d991c20834a0c2afe33dda6f686b3ed14aab2772eefc8bf4 0.02 MB 47 291
160,211 160,211 00000000000007f6640c090a077d14334114db04cf3d26f64427438f437058f3 0.03 MB 53 289
160,210 160,210 000000000000051572b2dbfc85fc4dd7a743fbeca9f972b8a6d647b31cdfde08 0.02 MB 51 66
160,209 160,209 0000000000000bbb8212d563b36ed170ae0ae201229f92609774cf0d2f7bb836 0.00 MB 5 14
160,208 160,208 00000000000005161bd383aa2cfc62b5ca590cccafdb9e7aea926dc7d8f6d92e 0.01 MB 12 434
160,207 160,207 0000000000000c126ec37f3e22922f745c88d4cb081210e3301a1c97d8f9a24d 0.04 MB 68 122
160,206 160,206 00000000000002fcf055e6589ccd7e613d2c4def2760c6fd49008bb34645cc72 0.05 MB 35 550
160,205 160,205 000000000000092bbfa3cb99d266ad1d1b3aacbd45beefa93dcec52033c599b6 0.01 MB 17 13
160,204 160,204 00000000000007a7066298390a1d2b1037ffa516abbb83cec2e6e98e70695f7e 0.03 MB 45 148
160,203 160,203 00000000000006c3738fdbc2bfa3504df341e6232f4eee2e5b4f2e4317667a60 0.01 MB 17 9
160,202 160,202 00000000000003623ecb8b58792e49d7742e6c25a54c3939eb33226777412d1f 0.03 MB 38 182
160,201 160,201 0000000000000d468d8e817bb3a9d4796064c3f8c23e2ea1a2a595fcb87eea71 0.00 MB 13 100
160,200 160,200 000000000000010f123e93970bda828b9bbc45bcee98ad9d649ef9eebe4b80af 0.01 MB 20 49
Previous 10 blocks ↓
Total Size: 779.06 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 70
    • Outgoing: 10
  • Data Transfer:
    • Sent: 117.37 GB
    • Received: 0.48 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.