Loading Tool

Explorer IconExplorer

Memory Pool

47,362 transactions
31.19 vMB
0.13902790 BTC
Random Selection Loading Transactions
Max Size: 159.35/200 MB

Candidate Block

Mining Attempt 91a52b72133cd4ff894c0e06eeb98b2b25f668cdd5d36527fbc5f7a356086e36
Version 20000000
Previous Block 000000000000000000020406347aaf6e4d01835962e34f5aebaf3a79a389541a
Merkle Root d0a34b2e4289b0090d2fcf4d0056aeb70a75f2e4d72c33800d5a954cebd8e4f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,719
Size: 1.00 vMB
Total Fees: 0.05946910 BTC
Feerates: 150.97 > 5.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,578 (527,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,002 387,002 000000000000000003c2f38348f39b156c746ca44ce96c9a81c8efbec92e8626 2,704 1.00/1.00 vMB 46
387,001 387,001 000000000000000006f3e8716471e6f05ec1177a0e49e29ee43a344f284d78b6 1,849 0.90/1.00 vMB 31
387,000 387,000 000000000000000002367c3cfea3cc7a5d17553e978a77889eb37ce0fed57255 2,885 1.00/1.00 vMB 46
386,999 386,999 00000000000000000ec63b2adabb76aaf247e0a27819df719b7fe8bfb5145b61 803 0.38/1.00 vMB 34
386,998 386,998 00000000000000000be4c07032e43dc88a2d78b2e4cab9f14f03d80bfd81e94b 1,543 0.83/1.00 vMB 29
386,997 386,997 000000000000000005b7caab60d0c672cf31dced5eb64bf5e1229dd72a1d2384 1,225 0.44/1.00 vMB 42
386,996 386,996 00000000000000000a5ef3c827e2bebdc117affe57d3b7316da552950a67772a 934 0.42/1.00 vMB 34
386,995 386,995 000000000000000000c22e7b9c9274a7fecc1f59591e9feb4cd093efe624d04b 396 0.28/1.00 vMB 24
386,994 386,994 00000000000000000696781577797dc054fbfd29d73c5440b7dfebcbfb56353b 1,516 0.75/1.00 vMB 31
386,993 386,993 0000000000000000007179dc6fa056176d1057f9672179895d8d5516e605ad58 295 0.13/1.00 vMB 29
386,992 386,992 00000000000000000f1e0d4b2b1696e2a6894d78aa5c55b51754fb72b7023885 698 0.39/1.00 vMB 24
386,991 386,991 000000000000000000dc9a3a0c99739968cbca4c18327173ba6275c1abb73d72 748 0.38/1.00 vMB 29
386,990 386,990 00000000000000000e0064341211793fd98645b8ccda985d66bee3260367dec9 690 0.35/1.00 vMB 29
386,989 386,989 00000000000000000c35c7fbc94074c6e0092f17cb11477d710252998e58471d 1,202 0.71/1.00 vMB 26
386,988 386,988 00000000000000000dcf1508002bee6fb6df604cbc0bdd2ca9480b26f4c8dff7 1,665 0.59/1.00 vMB 44
386,987 386,987 00000000000000000eb17862f1119dafaf6e1b3256df103d20184b1b74523379 712 0.37/1.00 vMB 32
386,986 386,986 00000000000000000d4241fbbcba431a46c4c31413cd8652373a763c1fdc0085 836 0.39/1.00 vMB 31
386,985 386,985 0000000000000000005ce19b7cf90462e0f16b2eec8df215d748e19e9fa8a47a 411 0.49/1.00 vMB 9
386,984 386,984 0000000000000000089b28c9ec4b4f19a380b915e2974462de17a98baed9de4c 1,628 1.00/1.00 vMB 22
386,983 386,983 00000000000000000115723d7d0e21e089bb3b9e90b4b2240a2293425aea7eb6 3,006 1.00/1.00 vMB 49
386,982 386,982 00000000000000000a455b3a92bed4c2e75e5c5fe81d2b46343e8bf3abe83733 900 0.33/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.64 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: 626.61 GB
    • Received: 11.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.