Loading Tool

Explorer IconExplorer

Memory Pool

28,823 transactions
11.81 vMB
0.03728294 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 66.91/200 MB

Candidate Block

Mining Attempt 061cee4e5f5c2c18409fafedfcb69a38dba595d3d598374421e3bfcc93e8381c
Version 20000000
Previous Block 00000000000000000000dfe08e8c7fc02879d427d7327f13f30ca8cda7348f7d
Merkle Root b1f4dc823957f2f86283614850e6c3925c9221ac872c05fcf07d918b43fff3c3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.01670974 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,519 (654,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,152 259,152 0000000000000011237bd5c31933021080c7ff060e86701805445734830020a1 682 0.25 vMB 119
259,151 259,151 00000000000000097a5a8dd3401e353752f461b381dc6e5d1eec0e2c23c9e004 86 0.05 vMB 68
259,150 259,150 000000000000000dd9789d1a240a619e3c3690463938fd33390734575c37ee45 491 0.20 vMB 94
259,149 259,149 00000000000000233af5acfe16a08809bdfea7897b79b9c4e31aedbaac4e7387 699 0.29 vMB 79
259,148 259,148 000000000000001171c5e8345de68a9d0ca28f4bae7656231639294928f06ffe 64 0.02 vMB 95
259,147 259,147 000000000000001a9559724d4ae9f199315c24d92d72ea0de6a61defd941848f 89 0.03 vMB 136
259,146 259,146 000000000000000c08c001ed5c23ecbf1162f1c984611ae988734a5f5989792a 265 0.15 vMB 56
259,145 259,145 0000000000000016388c634b8d783a017d57101ea05b70698c2858f6a64013db 618 0.25 vMB 122
259,144 259,144 0000000000000013372c306fc4c7204a42c5c887b5ec2340b7b2b7ef5af58f40 27 0.01 vMB 154
259,143 259,143 000000000000000582a96e5cfeba534d852e6e391e711bfdcc739c051218cc29 277 0.12 vMB 110
259,142 259,142 000000000000001dc0ff779afce024c55102177f9bf6c929b6674568f7779323 48 0.02 vMB 84
259,141 259,141 000000000000001da520f1976d56bf600909eaff3c2b589081162bbcdc683ec4 245 0.11 vMB 98
259,140 259,140 000000000000000fbb71f39108286d1486b511c76e0520d83f2a3e59d00a4701 368 0.15 vMB 83
259,139 259,139 000000000000001cd1458610e4a6a191fba41ee6eec3ce988e42ba47db8dc13e 666 0.28 vMB 117
259,138 259,138 0000000000000022226bd9605ecef4945857bf3e6c7e9fa098f0846243d40cee 552 0.22 vMB 106
259,137 259,137 0000000000000012e82f14d583ab1741cf4836cac7b056780684fdd874b8214a 312 0.24 vMB 30
259,136 259,136 000000000000000a19983cb98a22d97518e0a16af724608a8a3b5aa8f6400842 580 0.25 vMB 116
259,135 259,135 000000000000001f941b17c4d9ae2fda1b79d9a87c7940a61c6f4d8d40479c0c 12 0.00 vMB 200
259,134 259,134 00000000000000081ef7437f2bc78d49b1236d324583db98886699a46f7d7ee8 153 0.06 vMB 103
259,133 259,133 000000000000000d89b1a48e0d1d53acc1360fe4c09ddc021311534a9dd531bf 79 0.09 vMB 42
259,132 259,132 0000000000000012f429de0ad6adbb99c197f8c4eefa45e6e68d1bd69ecf66ba 281 0.12 vMB 43
Previous 10 blocks ↓
Total Size: 779.76 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: 392.29 GB
    • Received: 1.99 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.