Loading Tool

Explorer IconExplorer

Memory Pool

34,468 transactions
27.14 vMB
0.05563034 BTC
Random Selection Loading Transactions
Max Size: 135.83/200 MB

Candidate Block

Mining Attempt ff1595bda0bf232a9eac2aba84fb536734e50f2ac00facbfb5b4418105dcace3
Version 20000000
Previous Block 0000000000000000000099f0b996849ebf7add480c0470f20ce70c41d4478c7d
Merkle Root 178194b6d92e44337a0055dc159b1c6ae10848a57a45ee4fa880357aaf797ca9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,470
Size: 1.00 vMB
Total Fees: 0.00433727 BTC
Feerates: 40.21 > 0.43 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,634 (739,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,301 175,301 00000000000000a63d3bbbc495cbfae2b40ad0cb2900b5586c1d66f62e5b5cd6 137 0.05/1.00 vMB 22
175,300 175,300 00000000000002c1bff78fea37f6a80e64936e94bdfb3eff87219b54852aed54 155 0.06/1.00 vMB 193
175,299 175,299 0000000000000895fe7f5739d8aa210f498fb3448f2b5678d4127e16ca0f77d1 88 0.07/1.00 vMB 906
175,298 175,298 00000000000003b582d9f958ee1ea6118e9ddcc6347e330470b63eebf38e8600 117 0.05/1.00 vMB 175
175,297 175,297 0000000000000391157969c9a6d28b0c451b4e1317a9f22a0a7673704bc27726 63 0.03/1.00 vMB 86
175,296 175,296 000000000000029d88e567d2d986a5c54bafe5fb58d0f9e5bd09a0adbb41c8b9 57 0.03/1.00 vMB 54
175,295 175,295 000000000000012e7da00545c90daaaa34bdf810fb7ab2a95bfc6903350a2438 49 0.22/1.00 vMB 60
175,294 175,294 0000000000000120e9e2a71c6e48880573967fdfd2704e2cd143317f157b5505 74 0.03/1.00 vMB 99
175,293 175,293 00000000000003d9fc7d97f1e6859445d69a3a0f1ab69b7fa3f0e13974dc8f9a 127 0.05/1.00 vMB 201
175,292 175,292 000000000000033708159a3096721efc95fbaba5412edbe5b53272b0dd1f3440 135 0.06/1.00 vMB 73
175,291 175,291 00000000000006dbfcae513a9a954e8df4a72222d5f5fa7878f215dcd31338f1 9 0.01/1.00 vMB 301
175,290 175,290 00000000000004d71e1045896c9e2d8b39b0cc519c5b89c6fbf2837c8a824af2 11 0.00/1.00 vMB 66
175,289 175,289 00000000000002af951fb00f0c038403768d959958bf0e21b3185ba3a6e3423d 44 0.02/1.00 vMB 198
175,288 175,288 000000000000056cc7693cf292fdbfd3c2430aedbced262a7666547faea9f6b3 15 0.01/1.00 vMB 14
175,287 175,287 000000000000025bcfd1ad22ee6fddbd8c9e5a335ef1c0db99f699080574e3d5 10 0.00/1.00 vMB 151
175,286 175,286 000000000000065c110dd55f85282e4f2e1a285b37cf1e1bba5eb32e1cde1b33 42 0.03/1.00 vMB 299
175,285 175,285 00000000000005f48fe5b109a701011c1dc042c8ce911542284d4852289edc65 111 0.04/1.00 vMB 10
175,284 175,284 0000000000000821a1fcbea7f6aacbb78137b2e52ebf1f59591a0a11492c4371 99 0.05/1.00 vMB 511
175,283 175,283 000000000000017916726072fccd1c443404efcaf689ef2f29b2c21e96ee969e 164 0.06/1.00 vMB 124
175,282 175,282 00000000000008f9db8a80ea9dc602442e97ec79c7b1f5f997e307acd8b73f86 11 0.01/1.00 vMB 863
175,281 175,281 000000000000045f40a3022df847a26d064137ac555f7806ed304b4cc919f08d 96 0.04/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.74 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: 630.47 GB
    • Received: 12.04 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.