Loading Tool

Explorer IconExplorer

Memory Pool

88,879 transactions
33.71 vMB
0.14395300 BTC
Random Selection Loading Transactions
Max Size: 199.81/200 MB

Candidate Block

Mining Attempt f3a80fe33088a554c0f19cd2126acc7a328778f2bfdede956b38fa1f5fb64b3d
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 4d2abaec3029ebc28188389bd9c8572dfd876735c95be9cbe2860f08ea5e2b79
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.05834780 BTC
Feerates: 469.97 > 5.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (438,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,314 476,314 0000000000000000001f3825b39a3aa5f0023d502321c800090653263ff94766 1,697 1.00/1.00 vMB 78
476,313 476,313 0000000000000000008552f1afd1bdd4c65414f498a5a7d2b749c8ad3b4c0ccf 2,107 1.00/1.00 vMB 119
476,312 476,312 000000000000000000558f930308c6369041b89bda03c4348ace6f7380013c05 1,706 1.00/1.00 vMB 152
476,311 476,311 0000000000000000012332e2c6ce6d54380f3753414ce4654bbe8105db83219a 2,074 1.00/1.00 vMB 206
476,310 476,310 000000000000000000ec1baf90a602f18b726e160b992c0a21d80d71ced94dc7 588 0.70/1.00 vMB 55
476,309 476,309 00000000000000000052faac25379b901dbfd7fcf0cf6d4fa374919a6c09393a 608 1.00/1.00 vMB 51
476,308 476,308 00000000000000000118eb12164b608520964d141cf63c5acc416cdeabda0aef 144 1.00/1.00 vMB 14
476,307 476,307 0000000000000000003303aa036f2d3c5cb42d42c45296356fe5a93f63abfd6e 1,472 1.00/1.00 vMB 94
476,306 476,306 000000000000000000177219ed0d6e5e4315950b84e2fae5234b74147f3aeb40 975 0.52/1.00 vMB 168
476,305 476,305 000000000000000000adb9b2a14d6438ac511c8f340fe03b6603437276c65031 1,329 1.00/1.00 vMB 98
476,304 476,304 0000000000000000001025e390688d0e2e02b9f9746b21a0553e40b3db7a1d05 790 1.00/1.00 vMB 19
476,303 476,303 0000000000000000011c1b327b86e7710576e61adc9a6b6eaeb63b37870d5ccf 2,106 0.99/1.00 vMB 39
476,302 476,302 000000000000000000a5f7f96368b27a38835f2a1224dd0a657f831e35b5035a 714 0.31/1.00 vMB 187
476,301 476,301 000000000000000000f20ed28326c0f401e19f74d4e0ad655e5335f31cd0d675 2,434 1.00/1.00 vMB 69
476,300 476,300 000000000000000000f4d36caacc68bf48a1cde340ccea9920e445e52b7335be 1,999 1.00/1.00 vMB 181
476,299 476,299 0000000000000000001b3072704a8594546e96c896fc94eb7a9a6d0d1e3b6ebb 2,277 1.00/1.00 vMB 219
476,298 476,298 00000000000000000002489e990d5e57c996f7e56b48760cdd5b6418d5459710 2,044 1.00/1.00 vMB 93
476,297 476,297 000000000000000000f5de5fef5e9fe7f58d1f6ed318d5424402294adeeac4be 2,384 1.00/1.00 vMB 200
476,296 476,296 000000000000000000c7c42d45d501e6be1afb01117ab8bfe54d3afc428dcee9 2,090 1.00/1.00 vMB 154
476,295 476,295 000000000000000001142f2825e5d39f90f0c2219a272013017ef354add03402 1,923 1.00/1.00 vMB 97
476,294 476,294 0000000000000000002c77cde395e56edb48dd7b41bf82ca88ad6af0248e7930 1,239 1.00/1.00 vMB 185
Previous 10 blocks ↓
Total Size: 782.30 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: 658.02 GB
    • Received: 14.56 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.