Loading Tool

Explorer IconExplorer

Memory Pool

29,359 transactions
9.10 vMB
0.07338644 BTC
  • 1 sats/vbyte = 24 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.58/200 MB

Candidate Block

Mining Attempt d4b0623a14f1c31626e1b9e789a36ea6e50c088f22a22890451b530a20d72226
Version 20000000
Previous Block 00000000000000000001645ddedd0be35cce00e0f11c8229a53bd054d0c0a843
Merkle Root d4703b7a0dafa10368952360cbc7b3f79271c55b4ad28a338ca6dafee431ee7b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,688
Size: 1.00 vMB
Total Fees: 0.04078681 BTC
Avg Feerate: 4.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,084 (763,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,354 149,354 0000000000000326efb9c1e87a63d15cc6346eac7ed8cb10a5fa79f1594dd2c3 0.01 MB 31 101
149,353 149,353 000000000000009fac5b33dbf4870470f63c80c2014b0bd6b2f5d82e38c5045a 0.04 MB 127 48
149,352 149,352 000000000000025b06f3c541408ed5ddd635f43600fd9f27417449621d31b4aa 0.05 MB 81 164
149,351 149,351 00000000000007743367cfb1ba7025a0ca94c38543eb73c1b018c998ab07648d 0.00 MB 8 0
149,350 149,350 00000000000002baa74e2dcb54aa8a7ed25516f7ef59a534fdbf15a9751ade30 0.02 MB 41 115
149,349 149,349 000000000000095a7496d0d31a046b429c89ebf1827dd5a08db98e9c42dc5a4d 0.01 MB 26 338
149,348 149,348 00000000000000263a08a5df090d7d3e19d913a6041a063e3601959f2350a307 0.01 MB 37 200
149,347 149,347 00000000000006d53bbb61b8ec236d8add0d15a57c281661ed96d7f8f639d654 0.01 MB 40 286
149,346 149,346 00000000000007ea9c6cf1c565b3b60570f69c153a71d5928f15595be0f3c44d 0.04 MB 107 229
149,345 149,345 00000000000004dee88bfb57b702104ca2bd24bdb726b403dd0b0bcf22f40678 0.01 MB 23 120
149,344 149,344 0000000000000a7b1775306ad530c1e2277c0dac44c9ae18d2883f737e6ad51d 0.00 MB 12 119
149,343 149,343 00000000000000a884cf0dc3c2efb4ebf7ba60e387b275c06d076dff1e6c4211 0.00 MB 10 34
149,342 149,342 00000000000002268fa7a68960f104d4c7e2edca078f3543c849bc155917d993 0.01 MB 17 358
149,341 149,341 00000000000008756fbda3804b6c6cd2dea8811d53eb658a8b32a563c75f50ed 0.04 MB 115 201
149,340 149,340 000000000000021aaf40246caa41538a30f0774e972b4f8cfddec200889f601e 0.01 MB 24 61
149,339 149,339 00000000000001d0fbd082f8fb969497cd85ef8da65a7e16235a0e55ecf9d6b8 0.02 MB 28 75
149,338 149,338 0000000000000343a90bc2fe1aaf95903b9eef73b48228d6c55e21feb70cb753 0.03 MB 75 68
149,337 149,337 0000000000000162dd72d454598112a9ae0f73fd9bb6967095160d5d81402ef9 0.00 MB 12 98
149,336 149,336 000000000000025b3bbc152d6bacb30b4e7080143ced24f2e8a76af597c51a27 0.04 MB 96 179
149,335 149,335 0000000000000671086b741577564490fd79e601ad83860ac78c89450e7afefb 0.00 MB 8 25
149,334 149,334 000000000000003736489f8485b9d809d5afb3b0739fa7a31d8d960892d1e885 0.01 MB 20 382
Previous 10 blocks ↓
Total Size: 779.00 GB

Node Details:

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