Loading Tool

Explorer IconExplorer

Memory Pool

14,434 transactions
6.47 vMB
0.02621856 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 37.84/200 MB

Candidate Block

Mining Attempt 297d8aade9bb1d565df998a5b8a4a4c1152f32da839c0b4138b88f64f75e5b6c
Version 20000000
Previous Block 0000000000000000000090cb53194bf414beae3a95367503e1f29bc054a37150
Merkle Root 42bf544bd0d5cda368fbbca27cf527b8cd88a9831d017ec612b6abe6402ae3e1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,796
Size: 1.00 vMB
Total Fees: 0.01306436 BTC
Median Feerate: 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,458 (718,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,219 195,219 00000000000005d84bf6cb59e218bf456083ad2bfe2c42f14ef7a94d8a59f268 101 0.05 vMB 67
195,218 195,218 00000000000006f29e008e0403b89879648359639ffcb9d5131ee749e7ac67cb 413 0.24 vMB 207
195,217 195,217 00000000000000e0221fa179ab22d8b44ec9f4ad8b8c835b8a994755d6605a8d 13 0.00 vMB 29
195,216 195,216 00000000000002689f8f4f2f758a073aa7d1c228a755b2f0993294faeb0bdc4e 462 0.16 vMB 177
195,215 195,215 00000000000005cd1d60bdcda58287587b965a0d3b9af7c03f5304e0c5d1f3ac 167 0.05 vMB 80
195,214 195,214 00000000000005866228c10025bc465254296925b2735d558473b2b3ae759262 256 0.11 vMB 174
195,213 195,213 000000000000040cdd296c102ddde603f3c16954921cfcaaa2f4154bb34fefdb 304 0.12 vMB 162
195,212 195,212 000000000000006870fed2ef6e4f2cbc18b0327f078bce035d1cf604ed0e901c 82 0.04 vMB 123
195,211 195,211 00000000000001981dc32a0f2b02f23887f34593001c76e192b043fbcf8c88d2 256 0.09 vMB 198
195,210 195,210 00000000000001f8f6b32c37fe67955316719b19528be848ba5d6ad52e30e4c6 269 0.13 vMB 212
195,209 195,209 0000000000000318e397b5794f542cf826915924a8048a1f0b0ab6a3a4d82dd1 158 0.08 vMB 142
195,208 195,208 000000000000015050ee20bbc765932cc054bb6ced7999d8a5ab1d350813677d 29 0.01 vMB 1,020
195,207 195,207 00000000000006a1f1d08edc276bcb258485cbf7b798f28d40fb2c21c527399d 32 0.01 vMB 0
195,206 195,206 00000000000004c1bbd18f1d8e7fc64fcfe1af4f2f8c6830ab1b672dc80807d7 220 0.10 vMB 125
195,205 195,205 00000000000004b432d9a86632d643652ed14c4ba2ec615f90842015c72d2971 133 0.05 vMB 70
195,204 195,204 00000000000006611839de358e8f54ebbe028d149ba222e11b0741c10abf3fff 166 0.07 vMB 162
195,203 195,203 00000000000004212e68dabecbdf040a8cfbda90cca0e7480b9198c7fa66c81b 9 0.00 vMB 85
195,202 195,202 00000000000002dfe7484e956d89410bb34abf0d97873b4939c5ecb49d8be233 198 0.07 vMB 165
195,201 195,201 0000000000000574a56ad8306974825d58021d69ecd466a53a3b809001117a81 26 0.01 vMB 209
195,200 195,200 00000000000003a95d78b1b29e1bc7495ddc9d3124368b0ebeb3827ad17b5926 91 0.03 vMB 32
195,199 195,199 00000000000007889b04dee97fdf4fa0e91f1521a35e333dbc1f94b8d61f4e59 256 0.11 vMB 87
Previous 10 blocks ↓
Total Size: 779.66 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: 316.98 GB
    • Received: 1.52 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.