Loading Tool

Explorer IconExplorer

Memory Pool

11,024 transactions
3.94 vMB
0.04615690 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.91/200 MB

Candidate Block

Mining Attempt dff1855b0faedd95b330899f059a55a566e7dbee1f3a11a1e4dc962b0101a8bb
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90fceb5c7a427aa91ea4193dd100efbc80be30f67738ca45726211d23e5756a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.04155282 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (690,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,572 222,572 00000000000000d1f108ef64cb328ffda2fe1070177a2bc34a82e7ef43817517 314 0.14 vMB 201
222,571 222,571 00000000000003efd6be32d9861aa7ab54843da027858571cd77245b4461e6ec 155 0.10 vMB 152
222,570 222,570 00000000000001f6d1f7083dc4330cf0d5efc46caa531bb7821fba67d0676c72 386 0.25 vMB 144
222,569 222,569 0000000000000094fe4c2a3ee1d786ec8dcc95e3d1420be68ce88b81f345aa98 315 0.34 vMB 73
222,568 222,568 00000000000003a389cb4f1c07c573709d305dcc7f86d5720ee3198d625a125c 597 0.25 vMB 197
222,567 222,567 00000000000003b6738f03b6ce493dc9a97337f174b67b2fef3840ab40cfbed6 488 0.29 vMB 142
222,566 222,566 000000000000017ca75115aeebdffd037445c58a4030ba1a9d3873d64c0b96f0 815 0.25 vMB 291
222,565 222,565 00000000000003ba5dad594e3ccc66f60c5fa41bfd3ae565fe00091d562c0595 332 0.25 vMB 249
222,564 222,564 00000000000000c65fc560487828cbf5f566ad4f064f61b4d995a23af89a851b 134 0.05 vMB 156
222,563 222,563 000000000000042cd8d278265409d247791d928ca9c383a5c93be8fdd6135404 134 0.05 vMB 149
222,562 222,562 000000000000048024f13c626d1204dfa7df5dd6c1359ec9bd683019e8d07809 601 0.35 vMB 72
222,561 222,561 000000000000014e7fb0205b1e3036800bae498f41de38febe46c4f42680e172 837 0.25 vMB 293
222,560 222,560 0000000000000113d3646e4eb83c7392c046d7145bd6b80a1f2ee4b5aa650310 762 0.31 vMB 218
222,559 222,559 0000000000000421cfd216746b53f2382e2d846ae90861609cc7cdc6620ee2b3 257 0.14 vMB 871
222,558 222,558 000000000000019129d67b94052db081e901cf172be1d649bc138121004c55e8 439 0.25 vMB 157
222,557 222,557 000000000000017b808430f5a6e51559918877c5cd8f06b952df080e6544de6d 626 0.25 vMB 208
222,556 222,556 000000000000020f347a3dda65853c4bec469a551b83413310773a22bb0c18d6 425 0.33 vMB 143
222,555 222,555 0000000000000157501925225b30e98724e0b691a157a5dc6c2368d3499beb9c 107 0.05 vMB 34
222,554 222,554 00000000000002aacf1bb9477b1a80906b8891f1ec1c53ec200372cd6399fd42 568 0.25 vMB 176
222,553 222,553 000000000000008a5e06a9e8cd1fabd8d97b46686707700be1ab82fb90bcc0ea 704 0.25 vMB 300
222,552 222,552 0000000000000077a6ba5df363eb24209dcbad718c141cd97f48db7ce8557f61 197 0.14 vMB 112
Previous 10 blocks ↓
Total Size: 779.71 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: 347.41 GB
    • Received: 1.68 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.