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 (215,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,390 699,390 0000000000000000000fc1450a91ff76328d259d6166dfaf95e6c62c955bbb0c 2,834 1.00/1.00 vMB 14
699,389 699,389 0000000000000000000f9238b47e5938d7342ff4c2f25225b8ca6b59e6cc8043 3,274 1.00/1.00 vMB 9
699,388 699,388 00000000000000000004d5ba5b7e61a44db3fb44d33016df92fbf46fa4c764c2 2,251 1.00/1.00 vMB 22
699,387 699,387 00000000000000000004b9f41e400bfba849698fd27c5f1211eddaf60952f827 577 0.19/1.00 vMB 18
699,386 699,386 000000000000000000020d14639fc08c9d16b59215f6d34fc54fcf4f55d26987 1,437 0.56/1.00 vMB 16
699,385 699,385 0000000000000000000c25e870ebf538cce8bd2510cce2f8830f9d9f1364f634 138 0.18/1.00 vMB 2
699,384 699,384 0000000000000000000a2eeaf0af8552d6f599f7bdd8b1c9e1d4162716c67da5 2,675 1.00/1.00 vMB 17
699,383 699,383 00000000000000000009d79dd8c93efb21f84beee57af54e62a5ea703dee25b8 1,559 0.85/1.00 vMB 7
699,382 699,382 00000000000000000000bfade5b2979c3d47c6dd6a1e8ddf53380e8c3d736ce0 2,036 1.00/1.00 vMB 12
699,381 699,381 0000000000000000000d6c82a3f295e06ae2c547a34a354d8d171b92ea7a9be5 2,226 0.98/1.00 vMB 13
699,380 699,380 00000000000000000009920eef7def05569eb22066c6277a552f538f651e2505 1,376 0.59/1.00 vMB 11
699,379 699,379 0000000000000000000169631f5c0239f3a5246c7769ae614b4b55f18faecd69 2,077 0.76/1.00 vMB 5
699,378 699,378 0000000000000000000a4ea5e190155cfe31ccc4c63fbda4b184aba26fb05f41 1,830 1.00/1.00 vMB 16
699,377 699,377 00000000000000000009c715ecb513e3e973b3b9a2e2257cfeded558da3b041a 1,943 0.92/1.00 vMB 10
699,376 699,376 00000000000000000003187d753508dec13d7d335b993cf6ec5a422e4ddeb811 1,063 0.75/1.00 vMB 10
699,375 699,375 00000000000000000001e38e0fbaa8c20958ef5665a5bc71d959a4385885fe97 1,957 0.54/1.00 vMB 4
699,374 699,374 0000000000000000000f43233fce2632c494bcaaa1da6a62a55203a5fba805bc 2,872 1.00/1.00 vMB 4
699,373 699,373 0000000000000000000d9dec13cfde3c1cc7f5979580c5cdc460dccab8273d55 2,870 1.00/1.00 vMB 14
699,372 699,372 00000000000000000002a18d3619628a764c2f7d07a5eeb58595405cbb397356 2,548 1.00/1.00 vMB 19
699,371 699,371 0000000000000000000f20d6c06a9600534743938fc27b5e305633eaa4bd0e3b 1,101 1.00/1.00 vMB 11
699,370 699,370 000000000000000000012c9c5987c6d252c1fa2bfcc31d77e2b9c53009de47c7 2,637 1.00/1.00 vMB 17
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.