Loading Tool

Explorer IconExplorer

Memory Pool

77,811 transactions
29.13 vMB
0.08231534 BTC
Random Selection Loading Transactions
Max Size: 176.04/200 MB

Candidate Block

Mining Attempt 75ac8c92990d8391003bf86e420dd01aa4777e3e6e36f3fe1352c0a66fb466ba
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 3f81140263b606db90feb94b900adfd23dd45ede26f2c37a5a8d719e112c53d1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02142154 BTC
Feerates: 302.06 > 2.15 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (277,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,008 638,008 000000000000000000091ab48ecbcce6bd52dc37f138a1a841dc9545c379e915 2,806 1.00/1.00 vMB 35
638,007 638,007 0000000000000000000c1da00c78ba19a8c91d0d4bf1dbb2198205a15ea97ffc 2,929 1.00/1.00 vMB 46
638,006 638,006 000000000000000000009c835e2e13018c283c0f9aebf4eb2e22b2a9396e7ff8 2,620 1.00/1.00 vMB 23
638,005 638,005 0000000000000000000a9063015ca77b408d58b1b619f8cc566b7e9e669edc03 2,704 1.00/1.00 vMB 25
638,004 638,004 00000000000000000005f9a8ea3ab3976b0f1a11762cdc06b2c0b9279c5ee86f 2,695 1.00/1.00 vMB 36
638,003 638,003 0000000000000000000f33257c8c19f65971f25e388c225202fbce84287c045d 3,231 1.00/1.00 vMB 22
638,002 638,002 0000000000000000000d6505fd18870239e2cf2ab3699e45e56c3440f3c7bec7 2,615 1.00/1.00 vMB 21
638,001 638,001 00000000000000000009c9b0a880be506da295b083c92a169c82becfa53ca49a 2,280 1.00/1.00 vMB 28
638,000 638,000 0000000000000000000b6fe138cf1e2b5d21160d6768dc3be6061a6e0abdd2df 2,382 1.00/1.00 vMB 31
637,999 637,999 0000000000000000000633f41c1f30031a7ac8b19b5cfdfc7b904f9145d63e89 1,904 1.00/1.00 vMB 25
637,998 637,998 0000000000000000000de4567157c7688528881de6367b4d18edefa109d6c2cd 2,897 1.00/1.00 vMB 40
637,997 637,997 000000000000000000059f1ae0bf222c19f9c5289baa61b4c96ddb574cc758fa 2,807 1.00/1.00 vMB 34
637,996 637,996 00000000000000000001edea06d353f9b401e6241e50b463e57a48f05738ebfe 2,393 1.00/1.00 vMB 25
637,995 637,995 000000000000000000099c0787bce77ab19077fb5fe32bf4ff61073a7cade914 2,604 1.00/1.00 vMB 38
637,994 637,994 0000000000000000000546f932c77094bcdc6a246b66ff54b368c9d8d5539a63 2,595 1.00/1.00 vMB 34
637,993 637,993 00000000000000000008863d7a9db2f01f295440c370185e6c22505ae2b9e635 2,951 1.00/1.00 vMB 44
637,992 637,992 0000000000000000000379cc0f94474e26198bf9eea1ab2b620dfbc3b8cb5ce4 2,459 1.00/1.00 vMB 11
637,991 637,991 00000000000000000000efb39a0d924d60d37bba5aa7227f393982782a8f267f 2,743 1.00/1.00 vMB 33
637,990 637,990 000000000000000000111c88ac5224ab4aa4531f619818bb5b94d9e443d09bca 2,559 1.00/1.00 vMB 18
637,989 637,989 000000000000000000028070dbe76aab958bfe6ccbbcb114eea53d01709585e9 2,852 1.00/1.00 vMB 24
637,988 637,988 0000000000000000000833c95917154131e1d673de59401474cf83f0403e363f 1,918 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.62 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: 671.98 GB
    • Received: 16.09 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.