Loading Tool

Explorer IconExplorer

Memory Pool

85,407 transactions
31.99 vMB
0.17541481 BTC
Random Selection Loading Transactions
Max Size: 190.40/200 MB

Candidate Block

Mining Attempt ec88bf3bf23dc4006fd629ff28904d1c4b877fdb14a6205337a7ba8b18f369cf
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 6223ab9cabcf2605d33b6d5285d372e95b44aefe1b2ef6f803a2bd222f7de294
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.05581172 BTC
Feerates: 402.75 > 5.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (651,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,023 264,023 00000000000000134f4aa23bcd1cfa691ba93056c2dd1fbb4b7c0ebb7c92b2e3 82 0.05/1.00 vMB 62
264,022 264,022 000000000000000a19a52add4a64ad67b255e0ca6f6e4bf419a1bd7cd1b225ff 12 0.00/1.00 vMB 79
264,021 264,021 000000000000000102821e0bd6925142e5f23d3a9fa833747ac3fd44539df4af 174 0.07/1.00 vMB 100
264,020 264,020 0000000000000004e5d7356bec2aee54850d673115da914d7e61af54cdadaf08 217 0.10/1.00 vMB 130
264,019 264,019 00000000000000141efcd53f4972c2e1c44cd7543c65f182dea7558afc397f2b 401 0.13/1.00 vMB 47
264,018 264,018 000000000000000bed3b4c54b1490cfed22a4e425e5f60c4f5bc640edf81a0d0 458 0.21/1.00 vMB 121
264,017 264,017 000000000000000ac54f719ff57d02e75edaa86e031034b8130e0f9af5dd9cd4 155 0.08/1.00 vMB 83
264,016 264,016 000000000000000d47675a4d707180dd1b19bdede364b10c22acc11c0d554570 170 0.07/1.00 vMB 104
264,015 264,015 000000000000000848ebd97a4d3a7ce4c06943c951401846cd3d47bbeaae6b9f 39 0.13/1.00 vMB 8
264,014 264,014 000000000000000ffec0ae078cbae5bf255b69e96bff49dbbcdaee267977c5bb 165 0.07/1.00 vMB 43
264,013 264,013 0000000000000013a18ce079ff6d71d7dcb7b4efc064c56d696b5dbd150fcf5a 289 0.13/1.00 vMB 116
264,012 264,012 000000000000000790589f3d8f466cf33aa1fc0f091db44b6604c2baed001b20 95 0.03/1.00 vMB 84
264,011 264,011 000000000000000819bea7c9738a2f36dd9cca9e827229e5c3ea2cbf1c7f84c0 39 0.03/1.00 vMB 89
264,010 264,010 0000000000000015f60cac9a53a6b0ed9bf53d609421417c5b5fadb7a3ebfeb3 127 0.05/1.00 vMB 88
264,009 264,009 000000000000000674e3619378b09950e2269a11fa182da682253e3bad16f847 39 0.02/1.00 vMB 55
264,008 264,008 000000000000000e442eb93352a4d15104eaee673f73481f05ae4fcb6ed13098 20 0.14/1.00 vMB 6
264,007 264,007 000000000000000a3a254cf64f67063b1510ebf06f27c3427c91ee2efa36fedc 174 0.14/1.00 vMB 51
264,006 264,006 000000000000000c1f248ef1779c33124e44744ad5e9a7988c628160569e8189 175 0.08/1.00 vMB 82
264,005 264,005 000000000000000ee45e810a6a8850df1380d948dd77b31c2ab40d0b50f582cb 32 0.03/1.00 vMB 102
264,004 264,004 0000000000000004d1a373503f0a309c15b48892ec9fa21a950c3c093d6e5c21 313 0.15/1.00 vMB 122
264,003 264,003 0000000000000009d5bf4fdbd7f1dbb9dd56fb419c34419d5f7b11624da79b8a 89 0.04/1.00 vMB 98
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.66 GB
    • Received: 16.30 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.