Loading Tool

Explorer IconExplorer

Memory Pool

29,969 transactions
6.29 vMB
0.03032075 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.23/200 MB

Candidate Block

Mining Attempt c860585b105d5a3645d7fd0ed49deca587ae5c42a462606f0e781f82acf9fafb
Version 20000000
Previous Block 00000000000000000002130ec113d9cf45f31f64da7d0db564cc1660a8ed9474
Merkle Root 19f2a234531b93ad30e0a25610e26a0e3ebe8310fc5a597453ca5f98ba8c3858
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,621
Size: 0.53 vMB
Total Fees: 0.01464333 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,240 (674,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
238,949 238,949 0000000000000107e9554e4f5922b92d2938f40314779868f9642380bfd8f23d 226 0.11 vMB 160
238,948 238,948 00000000000000bc3b3b950adc1086a9436db9cbc6914febe9acad33775d65dc 95 0.04 vMB 51
238,947 238,947 0000000000000040a95f7f987396fd4fc9cc4e8554fa2c4998f6b9a89f39f185 317 0.25 vMB 107
238,946 238,946 0000000000000156782c59b8d41a6ac0f69a96a4464de4a849699c23881e535b 465 0.25 vMB 137
238,945 238,945 00000000000001455530188345f0f186754c9673b49346b5ebf2e90291b91862 789 0.25 vMB 326
238,944 238,944 0000000000000131c57093ab8df8c020bd0b939b7070c7b527f2eee83df628ec 379 0.16 vMB 206
238,943 238,943 0000000000000026119f2dfe62922a7f9a3e06892f6ee2b7532350fb0e0fe455 111 0.05 vMB 96
238,942 238,942 00000000000000f2c89ce75ce69c1cf6a8f1aae363fe6f6db109b30e3e9d4a73 388 0.20 vMB 162
238,941 238,941 00000000000000a8dcc7b7f534b74c0e7e43686407e687217a1d10b40f0bea32 1,323 0.65 vMB 164
238,940 238,940 000000000000000933171f19372092146a7639f3133f06ce0a50f2073afca1c2 512 0.20 vMB 152
238,939 238,939 0000000000000049f7405dee9857490618e7536a1e28c750feef53125477eda2 140 0.05 vMB 154
238,938 238,938 000000000000001bc5934a2eaccff0d2322f69f248549ba38d67439f0c738f45 116 0.05 vMB 134
238,937 238,937 000000000000007758f8fb91d22f6ca7b310de8101dd1e7f79b419937b83e178 38 0.01 vMB 226
238,936 238,936 000000000000006e7f80240180b9c0ea99c60c0374993774a3c024e41058ab99 32 0.07 vMB 12
238,935 238,935 000000000000002cbd75ebb2115f49437c4c157796665ce5f22d58242efd8ff2 154 0.08 vMB 127
238,934 238,934 00000000000000252309ad781f039413331c71b0757717fb03242174e734642c 31 0.02 vMB 32
238,933 238,933 000000000000007cc6106796d2829634b152a9058a0aa6ccbf27cee3cd284a62 243 0.12 vMB 100
238,932 238,932 000000000000006bb24ff037f7991a01075b666c7878e0fad78c4dea6657f572 483 0.24 vMB 122
238,931 238,931 00000000000000ebf08d8be86fa35c1ed4340fbfa4e7a088511ca2d649e363a2 37 0.01 vMB 144
238,930 238,930 00000000000000c99455480fb70f4399591ba1af6619fb8c7797b370e053111a 1 0.00 vMB 0
238,929 238,929 00000000000000e85a57cc39e66fe622f75714c64cfb05dada98f651ecbacc12 92 0.04 vMB 82
Previous 10 blocks ↓
Total Size: 779.27 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 77
    • Outgoing: 10
  • Data Transfer:
    • Sent: 43.33 GB
    • Received: 0.60 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.