Loading Tool

Explorer IconExplorer

Memory Pool

76,730 transactions
27.69 vMB
0.07905942 BTC
Random Selection Loading Transactions
Max Size: 169.06/200 MB

Candidate Block

Mining Attempt d8dc27208a0eca66369b6fb0845180c144b777ce0dcfb0b893c2bd56c43af52f
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 690cdd1adcfb01764934de9fe71dd7b4175c1d2718337b960e32a4ee055fd922
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,674
Size: 1.00 vMB
Total Fees: 0.01991913 BTC
Feerates: 402.60 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (446,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,026 469,026 00000000000000000080edac23f0a68b69e06bbd3a9d980967a4e067b05c73a6 2,216 1.00/1.00 vMB 318
469,025 469,025 000000000000000000628aa04aae78be50926c2df0ed0c435d06c484c07145d0 1,985 1.00/1.00 vMB 393
469,024 469,024 00000000000000000044ce98ab46c5cb02e05698cb43952387bd8f5fabd06d89 2,277 1.00/1.00 vMB 324
469,023 469,023 000000000000000000ac8622d0dfc8c16db7a8d6a83f5aec7fc6f87d2b54857d 2,562 1.00/1.00 vMB 230
469,022 469,022 000000000000000000d00432041ea7c6c350900a66848e191ea718f7c662552e 2,148 1.00/1.00 vMB 304
469,021 469,021 0000000000000000009df2a834bbce23d1aded6d8fb91ca03f4c655832c42eec 2,341 1.00/1.00 vMB 366
469,020 469,020 00000000000000000149148eeb5792f6e6b2983210524af78e9d185be673e2e2 2,242 1.00/1.00 vMB 340
469,019 469,019 00000000000000000081a6509fae68919393143adf0daebac1121efc3916cf3b 2,658 1.00/1.00 vMB 416
469,018 469,018 000000000000000001baef44ae60947998c17b0b15d164de3cc342525db5c44c 1,225 1.00/1.00 vMB 237
469,017 469,017 000000000000000001ae23f0375cd1167257f329564cb4bc269780bec846dd25 2,108 1.00/1.00 vMB 375
469,016 469,016 0000000000000000003a0f687f869a90fc46be4cf907f0b205ff9a3b0f33fb5e 2,071 1.00/1.00 vMB 261
469,015 469,015 0000000000000000005784e8ab9ba83ee0970111225cb08ed30a877d2fd1de4e 2,340 1.00/1.00 vMB 381
469,014 469,014 000000000000000000e3b97db88e4da7420773a5526dc03012ac80444cfbefd8 1,209 1.00/1.00 vMB 382
469,013 469,013 00000000000000000122a2824d4d408bf8005f40c2764c35031df934841c8362 2,637 1.00/1.00 vMB 436
469,012 469,012 0000000000000000000c844c60e38c11a6c75213caa9fe6a747d2ec6a5df5aef 2,619 1.00/1.00 vMB 346
469,011 469,011 000000000000000000f1299ca8fb712da1ad01ecf2368ad9a750e26bb68c593e 1,568 1.00/1.00 vMB 259
469,010 469,010 000000000000000000c792613ec66b0e9eef95bbd0fb67a2f13f2bd6a95c5bc0 2,185 1.00/1.00 vMB 322
469,009 469,009 00000000000000000085fb6c2240b2ab6470aa1f5f56929e3b8a8ff1a0acf522 1,757 1.00/1.00 vMB 342
469,008 469,008 0000000000000000018746bfd7d024833be1ff60c137cf446b776a70867ed980 1,805 1.00/1.00 vMB 330
469,007 469,007 0000000000000000008f47c95e7954da84dc07296d27036238655f1a5130efc1 2,259 1.00/1.00 vMB 429
469,006 469,006 00000000000000000173f9ec52b4f6240936d08be4cd3af2f7e36e58f12bc5f0 2,462 1.00/1.00 vMB 439
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.