Loading Tool

Explorer IconExplorer

Memory Pool

84,918 transactions
31.82 vMB
0.18883960 BTC
Random Selection Loading Transactions
Max Size: 189.10/200 MB

Candidate Block

Mining Attempt c9a8f7a88d8fd40ab32279e168cd1bacdaa2b57c22566dc7e8c859e5962a543a
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root a8c5f4e0b541b15b5055e257e7d3f8b5a0381d3efce76c5943671afbf07f9b91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,872
Size: 1.00 vMB
Total Fees: 0.07159210 BTC
Feerates: 269.69 > 7.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (268,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,267 646,267 000000000000000000096d304006355f3158a98105fedee2e202a526a3756c6f 2,837 1.00/1.00 vMB 47
646,266 646,266 0000000000000000000cf7fbca45bc15cc62b7b90c6df12b27f933a87b8f653d 2,148 1.00/1.00 vMB 49
646,265 646,265 00000000000000000008b7b62f30bb7e398f3cac1fd456c8bd1de3385a1b60e2 1,908 1.00/1.00 vMB 17
646,264 646,264 00000000000000000006750a7e3d88e7c7f8966246c856bcb902ee3a6c54b106 2,394 1.00/1.00 vMB 57
646,263 646,263 000000000000000000056accc34bb445824e67b75a56610ed78ff17ab4cf6aa2 2,457 1.00/1.00 vMB 32
646,262 646,262 000000000000000000068c8c709f8e490e1ebf84e03c94846d896b450f685e8a 2,729 1.00/1.00 vMB 64
646,261 646,261 000000000000000000070841ab7d63c6b00967b730d99528976d18a1d7508aab 2,190 1.00/1.00 vMB 73
646,260 646,260 0000000000000000000ae7bc39cb32dcf965eeb415dd026fdc78ab6edccc0e54 1,841 1.00/1.00 vMB 70
646,259 646,259 0000000000000000000c710786974ac5fbdb2e20f4a2c0c099529d2e36105633 1,999 1.00/1.00 vMB 69
646,258 646,258 00000000000000000004dc5ecac90d93476e7364b23e3d0c5c5892b568cac080 2,300 1.00/1.00 vMB 58
646,257 646,257 00000000000000000005b3be8dd1a7f69b105fa1cc1083ff675805aecd4490f3 3,026 1.00/1.00 vMB 107
646,256 646,256 00000000000000000005f8180256db96510b1790982178d3c321519929f2773c 2,539 1.00/1.00 vMB 84
646,255 646,255 00000000000000000007f70d8a69eb7010241cb911a7b5bd5335bbc3566e47b2 2,669 1.00/1.00 vMB 103
646,254 646,254 0000000000000000000e203ccca4c1eaa640e63a96ce28483e4a53d9aef8d261 2,161 1.00/1.00 vMB 105
646,253 646,253 0000000000000000000a378e4f2daa78444934449160dfbe0297f1da22dbaa01 2,243 1.00/1.00 vMB 97
646,252 646,252 00000000000000000001d2bf28756860d833756902c4c1296f1dd49f529e330e 2,609 1.00/1.00 vMB 114
646,251 646,251 00000000000000000001a0cd0e719cb3e19b729c4de0e74020ac98c864673e28 2,516 1.00/1.00 vMB 110
646,250 646,250 000000000000000000052b089899367c25ce50012b74032648acfc2a4ddf7427 1,806 1.00/1.00 vMB 60
646,249 646,249 00000000000000000000c0e5f0b0ca1857f64e8ce4b349502f7e47da72489596 1,697 1.00/1.00 vMB 97
646,248 646,248 000000000000000000065a0b8d0f3953e14a620bf5e7a098000ee0d08f11281e 2,862 1.00/1.00 vMB 101
646,247 646,247 0000000000000000000202cd88813e14c52b1795345948914c9f014818c339f8 2,550 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 782.65 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: 672.60 GB
    • Received: 16.28 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.