Loading Tool

Explorer IconExplorer

Memory Pool

46,265 transactions
28.20 vMB
0.10770680 BTC
Random Selection Loading Transactions
Max Size: 147.97/200 MB

Candidate Block

Mining Attempt eba3b01b5584b10c00686716c9ede871e509ff8d8c7c1024f1e3ca123f19e7ed
Version 20000000
Previous Block 000000000000000000002d329f64171128f24895d65f294da7fb5276d5bc24ec
Merkle Root 90250515c1a902dc8c311882744ce6a6d065e1c109f1f98466efc844ad1f060b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.04485622 BTC
Feerates: 265.25 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,935 (800,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,169 114,169 00000000000017f9308b1566deebe62b54d966e500fd2690df47cb33ed162bd2 11 0.00/1.00 vMB 0
114,168 114,168 000000000000d6eaead5e2ff7824528c5d0b2cdfc2cf2e5fd3c6488a8baab40a 10 0.00/1.00 vMB 0
114,167 114,167 0000000000007c9d10e1d49020e387dd32e29e43020528b1a337854e1c415d90 35 0.01/1.00 vMB 96
114,166 114,166 0000000000002435fd0f7f2e6845cc5b6b780d74888ac4bf7bb7d21768efa2ba 3 0.00/1.00 vMB 3,868
114,165 114,165 000000000000287f4bc25fd5fb343741c58a2f4b6b776c65f015031d5ae63b66 11 0.00/1.00 vMB 339
114,164 114,164 0000000000000d37934c84680ead3ba2bb57abf19bc65cdfc217e3a13b2dfe94 11 0.00/1.00 vMB 0
114,163 114,163 0000000000003400a59dc96733799750e35664d4ddffda60a6779746575117ba 154 0.04/1.00 vMB 25
114,162 114,162 000000000000671060013b25d3ae464b61773f6477cc22ddc5ee1d94cc2de8cd 13 0.00/1.00 vMB 611
114,161 114,161 00000000000084164d6a314dafbbee558709b74bf040df33f5ae8187f3ec81bf 13 0.00/1.00 vMB 825
114,160 114,160 000000000000591b08b4b113876af069fabf827dbe96a930537d563801274bdd 24 0.01/1.00 vMB 1,349
114,159 114,159 000000000000167ae69c3a70c2ec83531c66f70e38413f690c5b3bbaf17ccbde 13 0.00/1.00 vMB 0
114,158 114,158 000000000000a79a2ff3ad5e703a92ab37355175d6fc99dab97c7e03c8584de0 27 0.01/1.00 vMB 689
114,157 114,157 0000000000003505534b2438dd0e23625992bfc8244e282cb951ab835fc5f3c0 9 0.00/1.00 vMB 473
114,156 114,156 000000000000be555edf61a611120eb6727372e1334d8b01396c657438090c33 10 0.00/1.00 vMB 349
114,155 114,155 0000000000001df4bbd4f54b3d73148f6dadf4d1c962043766968379ab4e0edb 12 0.01/1.00 vMB 147
114,154 114,154 0000000000002df46c47370c29ee20a031198272d875bf9d6add7923aa882d03 167 0.04/1.00 vMB 0
114,153 114,153 0000000000004bc53f39cd25ddefac6d9baf588438a19c7b5172fa89033c8b3e 10 0.00/1.00 vMB 0
114,152 114,152 000000000000a19f2f8a8f32e2a7ce01ae16c8199d65a9d8f884232a7022a594 40 0.01/1.00 vMB 0
114,151 114,151 0000000000009fce7315b8970db0c52242c199eb0907f4dd425e8c1d5753d13b 9 0.00/1.00 vMB 0
114,150 114,150 0000000000005a11901c69c8c0cbc7b544beea271b593a41626f3f896b2f091b 8 0.00/1.00 vMB 0
114,149 114,149 000000000000b6bc7c1b3f60e4b274eb3b07af157e084c65094a5e6e82c70f0d 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.27 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: 656.70 GB
    • Received: 14.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.