Loading Tool

Explorer IconExplorer

Memory Pool

39,909 transactions
28.97 vMB
0.06726418 BTC
Random Selection Loading Transactions
Max Size: 147.37/200 MB

Candidate Block

Mining Attempt 863e9b4130c3c8d9502fce5a578ca5d5d216393ff550ee16944b9e1cb74dd592
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root 51c80ee6dd2774c1c1ffd8653ed88d393c6409681f5b683d112362e87576a1b5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,389
Size: 1.00 vMB
Total Fees: 0.01086816 BTC
Feerates: 150.80 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (415,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
499,001 499,001 000000000000000000a10a6f955623da60a4badf7c608f81b6c6d6e49e5ed418 2,007 1.00/1.00 vMB 223
499,000 499,000 0000000000000000009381f32ffa99468769cb6f9c99d5f4e57afd04be42c430 2,424 1.00/1.00 vMB 395
498,999 498,999 000000000000000000206383e7cf4747104301c6a2a919654956c0b44dd39c78 2,225 1.00/1.00 vMB 323
498,998 498,998 0000000000000000005b0f8ba15bfa6c75995b6ab867166d48352daa8b8785d5 1,731 1.00/1.00 vMB 226
498,997 498,997 0000000000000000000b955b2449f58fb4742f686b8f762bc6658491e3af6f0d 3,022 1.00/1.00 vMB 306
498,996 498,996 00000000000000000079e6066f5e17c2e78248eda83023f5c45a835f7ee3642a 3,047 1.00/1.00 vMB 385
498,995 498,995 00000000000000000085ddb989b01810d479cc0fa63c0a204f4806e302b1913e 3,017 1.00/1.00 vMB 316
498,994 498,994 000000000000000000065657aac33be33b0dd5532647298dd8f2c40a59d61ca4 2,106 1.00/1.00 vMB 313
498,993 498,993 00000000000000000024ac7de0dc9d7dbf49e213bd571741abe684bacd3e1739 2,623 1.00/1.00 vMB 425
498,992 498,992 0000000000000000004ed3a1c4fcfbf11380e1fca3a5953254fe400a628cfafb 2,754 1.00/1.00 vMB 413
498,991 498,991 0000000000000000006864c3c9deb73aa3bfe9bd76aa68bc2dbad36838391bc1 2,429 1.00/1.00 vMB 352
498,990 498,990 0000000000000000004c65aeb1b861673e0055767e640746cd772e8bf26e923e 2,440 1.00/1.00 vMB 416
498,989 498,989 0000000000000000007bf0480ff2cf66e4949ca891e4ea9e705f299f67a37142 2,436 1.00/1.00 vMB 425
498,988 498,988 00000000000000000020495694bc303bcfc6a79a3c80835699d60a347c230d7e 2,224 1.00/1.00 vMB 450
498,987 498,987 00000000000000000092e8a378d431b6ec3fa589339256cf12f59150605a5a4f 2,661 1.00/1.00 vMB 389
498,986 498,986 0000000000000000005ab5cf628d8e944c5c69f6549999d5c3dea1d16be45a90 2,012 1.00/1.00 vMB 453
498,985 498,985 00000000000000000018b5826f4deb0a117b6fbde5e1e419eaf99cb77ddbdc2b 2,877 1.00/1.00 vMB 361
498,984 498,984 0000000000000000008fb52abb1a8791ad96890cbace04cc13c6fa385e12b27a 2,897 1.00/1.00 vMB 401
498,983 498,983 00000000000000000014a3a49d452bd5c0faf5df5cb5fa4c9cb3a7aa3c872c43 2,198 1.00/1.00 vMB 438
498,982 498,982 0000000000000000006024e99a101c502dc0de142771b0a16595344d93c48565 2,627 1.00/1.00 vMB 286
498,981 498,981 0000000000000000004abcebec38094e040518545010f1e5192779e4b8e29fef 1,844 1.00/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

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