Loading Tool

Explorer IconExplorer

Memory Pool

77,293 transactions
29.00 vMB
0.06918285 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 57b9352b808f58dbd1f48c1e248d2496d9eb7fafe3d64b5c6bc8a71a8dc3ba87
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root e68e776d19c5cbed29bd15a31dd11b3458bd9948b71768e027d2e8ba74467eda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,068
Size: 1.00 vMB
Total Fees: 0.00596475 BTC
Feerates: 94.79 > 0.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (308,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
607,046 607,046 00000000000000000003e830ce1c22f7b6e9a79db94dc016fd2e44f5b9ce8d3c 2,800 1.00/1.00 vMB 22
607,045 607,045 000000000000000000128de6f91abd1de3201d39d3a41f50b5289e9f34310689 3,176 1.00/1.00 vMB 17
607,044 607,044 0000000000000000000b3c5a4a3703b7cc6a731686daaf1ff56e73c171d422a9 2,757 1.00/1.00 vMB 43
607,043 607,043 0000000000000000000a4677d47c8c829dfeac2a67a91ccaef4553b08fdfd9cf 1,348 0.56/1.00 vMB 9
607,042 607,042 0000000000000000000678f37a3d415fbfcef6d14d77ce15e3e92f6f655418e1 3,285 1.00/1.00 vMB 17
607,041 607,041 0000000000000000000227da2f3c9051f241cd4cd60ee54c902dd36448fa8af4 2,983 1.00/1.00 vMB 16
607,040 607,040 0000000000000000000001b26ca7b70da9a77187933009c7d56893ceba127501 2,793 1.00/1.00 vMB 11
607,039 607,039 00000000000000000007f8c248ae6073ee256dc0dde56ea0796b731097e89cd1 2,845 1.00/1.00 vMB 32
607,038 607,038 0000000000000000000a35ebd8e8de97508f2cc35207f53428acf62afeec4efb 1,156 0.52/1.00 vMB 1
607,037 607,037 000000000000000000136a68c91edc543543bc243166cc345f2275dd34a7a413 2,903 1.00/1.00 vMB 24
607,036 607,036 00000000000000000007030836e100c44253d7d566f8db73c1202ea9e270cd5c 186 0.05/1.00 vMB 13
607,035 607,035 00000000000000000004de4fb80b1cc7c6cf3493d775f548660c14d28a4a02ec 1,376 0.48/1.00 vMB 20
607,034 607,034 0000000000000000000b47c4d624c55831a0b784681961f629298361543cf3a1 2,151 0.72/1.00 vMB 7
607,033 607,033 0000000000000000000ab61a3758f73ec12733257b94c30deb6ba29ea4af2c96 2,701 1.00/1.00 vMB 24
607,032 607,032 00000000000000000000244e68a29604501bac39fce5691c759433c793e5dc9b 355 0.11/1.00 vMB 30
607,031 607,031 0000000000000000000343194a7ce359f9b667c24cd333a580f38fd3a69b7299 1,842 0.75/1.00 vMB 16
607,030 607,030 000000000000000000085a782bc2bb9dd8dc22e94ec6827bcf0ea7f0f2aaf4bc 3,108 1.00/1.00 vMB 20
607,029 607,029 0000000000000000000c6020536d1d831a97633617b9449fe70006a7c0c7265e 719 0.24/1.00 vMB 18
607,028 607,028 000000000000000000130817a31d9638f59d8b53af85dedb00092b81fd06e5a8 14 0.00/1.00 vMB 17
607,027 607,027 00000000000000000002384e325de706eeecd3ea0bec5f3a51e0141710952444 27 0.01/1.00 vMB 18
607,026 607,026 00000000000000000006ebdf5a2149a950d062b71c9cdb271a95c64e2a63cdce 415 0.12/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.80 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: 710.12 GB
    • Received: 17.03 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.