Loading Tool

Explorer IconExplorer

Memory Pool

52,386 transactions
29.59 vMB
0.14199662 BTC
Random Selection Loading Transactions
Max Size: 158.44/200 MB

Candidate Block

Mining Attempt a3d6d38c912bdf3dd4dc4c6dc0c7dda52e48e40bd06f703daae80da4ba2615bc
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 20f44c095bf95ee6d2db106d1bd637bf817d2c1afa0b95047b67ca93b1996d9a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,905
Size: 1.00 vMB
Total Fees: 0.07145988 BTC
Feerates: 445.47 > 7.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (504,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
409,884 409,884 000000000000000003988c398564f407091ba7a6cb78f04ddffc667ba2ab2179 2,509 1.00/1.00 vMB 37
409,883 409,883 0000000000000000043328d0bb5444e53ed6ab44bb59becc84a0621f26693d83 2,043 1.00/1.00 vMB 51
409,882 409,882 0000000000000000034efe636c91dce8c7403723d5d171de8d4aa2387a206fcc 2,014 1.00/1.00 vMB 55
409,881 409,881 00000000000000000454f7c54af3fb0d0edc376750d5c0b3774c85af4fa408b8 401 0.99/1.00 vMB 32
409,880 409,880 000000000000000000c855c99f6890dfb93a397309fd3f5faa0219ac366ec27f 655 1.00/1.00 vMB 37
409,879 409,879 00000000000000000133e89fdacc0a60ada64412b13427e49a3965e5653d37ff 2,711 1.00/1.00 vMB 75
409,878 409,878 000000000000000005bf17720cfaa5136471afbbf726b677d935b84df9614e9d 2,892 1.00/1.00 vMB 47
409,877 409,877 0000000000000000047e3636662ee1eaf358c5de9fea261ca5bf3f7114eac6d7 3,487 1.00/1.00 vMB 94
409,876 409,876 00000000000000000428936d2657984bdaad77454f16eb6b69c76f60e7e813b0 2,886 1.00/1.00 vMB 54
409,875 409,875 000000000000000003d67f5c68d8317ef69bcf10cafa55ffc9aed858da3a48d3 1,736 1.00/1.00 vMB 23
409,874 409,874 000000000000000000696e7d9ea28b8cd2ce42a476bf6dc77e6378f6c35b0919 2,645 1.00/1.00 vMB 45
409,873 409,873 0000000000000000017f8d1688ae5bc5b0e92867b9270ce4e8e2e6abe234aa3c 2,808 0.99/1.00 vMB 66
409,872 409,872 00000000000000000531df1a46ef984e842eb7f2d7ddb568716f3077ae1b9af2 417 0.33/1.00 vMB 29
409,871 409,871 00000000000000000611ca366a10b284e796edb519d98d7d0d15ed1bd08a535e 79 0.03/1.00 vMB 41
409,870 409,870 0000000000000000018ba9af16cbe5072bc5375dcb2ae424b8d6bd947ffe28b0 1,728 0.83/1.00 vMB 35
409,869 409,869 0000000000000000052a2fc85b5e71214fdd6791e48c0a4d61f5c61362bbdaf4 1 0.00/1.00 vMB 0
409,868 409,868 000000000000000004056a66db7e94d62cc1cf5ad08407219ccde412b9676d9e 1,106 1.00/1.00 vMB 20
409,867 409,867 0000000000000000040b3a4f4d0c7f31de5fd2b688e5d35b5b205b8aaa4c9ac0 1,146 0.54/1.00 vMB 42
409,866 409,866 000000000000000001796dde00e553b40d750305ac3c73460cf21c6d4a2f2b42 1,137 0.47/1.00 vMB 36
409,865 409,865 000000000000000005fe7a8639d6360529ebb9c18af2a6e5b604aeea33cda379 404 0.22/1.00 vMB 31
409,864 409,864 00000000000000000419a97081424cc3db3cbedbb3147bc9c7ff6a2cda53f799 1,081 0.73/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.89 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: 645.19 GB
    • Received: 12.70 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.