Loading Tool

Explorer IconExplorer

Memory Pool

39,785 transactions
27.67 vMB
0.06910479 BTC
Random Selection Loading Transactions
Max Size: 141.55/200 MB

Candidate Block

Mining Attempt a016553bda90edeab3df666e6f8606e60e4b844fb0577e4f2bec999c041c29ba
Version 20000000
Previous Block 0000000000000000000150af92ee92bd2e82ce4cfb7457b8417f1c43deb942f9
Merkle Root a3a5da4afeec3be4e42b9904b190c5a612839fe89dc5b361dc62a867d399283d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,502
Size: 1.00 vMB
Total Fees: 0.01633514 BTC
Feerates: 100.95 > 1.64 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,644 (530,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,009 384,009 000000000000000004d5f13c1d7859d4be550f1e26dee9f8b29918c8633e9d77 2,357 1.00/1.00 vMB 36
384,008 384,008 0000000000000000086345b970bc0b35a3ba9a2175cc45e5ef3b16c11588ba46 780 0.38/1.00 vMB 37
384,007 384,007 000000000000000009e2ef50b2582e3b17d98294a1918752e12ff0f0a60dbd81 1,683 0.99/1.00 vMB 21
384,006 384,006 000000000000000009b7fb236187f120a0c86eb8785f099a8d197dd34b9d2553 729 0.46/1.00 vMB 22
384,005 384,005 00000000000000000ae80914595d13af4c9a0923a7c0ab4a3254cbf87d600d76 1,172 0.99/1.00 vMB 16
384,004 384,004 000000000000000004aeafc1cd41ec57024afa3be3384e3bf396a5d3e61e8b8b 955 0.33/1.00 vMB 45
384,003 384,003 000000000000000002fa98c5b1d8d4cd13e1e732b5b7e5f5a685ce5ad127367f 1,716 0.93/1.00 vMB 34
384,002 384,002 000000000000000000dea276a42c577f3be5b271054d675801daa1161f76883a 2,282 0.75/1.00 vMB 54
384,001 384,001 0000000000000000033898c26a795ca3d35096d2d3e025823776277db16d977b 1,008 0.34/1.00 vMB 46
384,000 384,000 000000000000000005dc7ea53e2f6eeb09798cc9d2214f09d249661c36c288b3 448 0.25/1.00 vMB 32
383,999 383,999 0000000000000000091b1f741a9dc750c7ab9f559dee33ee3f688007739c70c2 253 0.15/1.00 vMB 18
383,998 383,998 0000000000000000086051045cb0b44197614ec1c4e61dee197864fdabbf4fdd 285 0.14/1.00 vMB 31
383,997 383,997 00000000000000000f7aeaf0fa4b7f376c4d6faf51f7b6a322a0b44aa7a364e2 1,705 0.82/1.00 vMB 31
383,996 383,996 00000000000000000e94defb95e483bc1d600a7a949edec77e3d0400169e25e9 214 0.18/1.00 vMB 16
383,995 383,995 000000000000000010547bd2f9b775826f5ef6b3bfd0c1292f3c74c7f6b4176b 842 0.45/1.00 vMB 22
383,994 383,994 000000000000000001796f9d72832b77778445bdfe21245b7b87c49b86a0ddd2 1 0.00/1.00 vMB 0
383,993 383,993 000000000000000007bd54a1e23db7d830b0f0890f009a6faedd577e290b738e 704 0.23/1.00 vMB 49
383,992 383,992 0000000000000000099c767380553d19953e914a50db9c199532e7a8c2326b26 332 0.17/1.00 vMB 27
383,991 383,991 000000000000000002e6b4fb7a3b3100fa1233bb82c1d592e8f8e3d89627040d 501 0.35/1.00 vMB 18
383,990 383,990 00000000000000000962bd9f253247b1afff420eadb790afc7601b01eaed5493 1,001 0.88/1.00 vMB 22
383,989 383,989 00000000000000000f6de77f2e239efc484172ff2f14b1f579b90051f213c84c 636 0.31/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.76 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: 632.30 GB
    • Received: 12.11 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.