Loading Tool

Explorer IconExplorer

Memory Pool

50,725 transactions
29.02 vMB
0.07826648 BTC
Random Selection Loading Transactions
Max Size: 155.08/200 MB

Candidate Block

Mining Attempt 40fa099aec25249979359138070f93452759063398e480c4765bd5d9e87e2818
Version 20000000
Previous Block 000000000000000000016a897dabefb20f390f982f4e0ac2335db067031c25f6
Merkle Root 3cca1400cabb3df769174ad1de60ef44c3c654b0298a7f8c3ab18f71207a81eb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.01355218 BTC
Feerates: 61.00 > 1.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,716 (176,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,261 738,261 00000000000000000002806e7a1d085f3141861bade1ba2b50ff25b916d32d23 3,183 1.00/1.00 vMB 13
738,260 738,260 00000000000000000006f32157f5dc3ecc00ad972cbc1bd0c3f1bc2ce36f1807 468 0.16/1.00 vMB 6
738,259 738,259 000000000000000000055f672d39fc1be02aca0ea6cf42185a8fdd668d9be574 3,287 1.00/1.00 vMB 13
738,258 738,258 000000000000000000069c5869149855afc3b3099b05b9ea7d8499204f5838b9 737 0.24/1.00 vMB 8
738,257 738,257 0000000000000000000779df1c107a98ec59c58fdc55e5b7d872e96024375fae 2,048 1.00/1.00 vMB 13
738,256 738,256 00000000000000000006b1c0a4cb4852d7241a9600327cfcb1fd4e4fde7c6fb4 2,860 1.00/1.00 vMB 12
738,255 738,255 0000000000000000000026d28830cf6a39bc51808d0c1be4c11dae6237dbfad9 92 0.02/1.00 vMB 9
738,254 738,254 0000000000000000000389370e42e7371e47a3cfecaa26fe834705cabaee69eb 1,750 0.57/1.00 vMB 10
738,253 738,253 00000000000000000006aaa7d9d1176bb5308684647058babb6b9b90b87a0915 1,050 0.49/1.00 vMB 8
738,252 738,252 000000000000000000025d7e899bd232c4b1266ea354f4c8ceea897c9625c944 2,401 1.00/1.00 vMB 8
738,251 738,251 000000000000000000068521061c8027c37e111ea6efcfeddd5e7cafb20ab739 2,984 1.00/1.00 vMB 9
738,250 738,250 000000000000000000003f65c882c9998dd5413443f3d50ff539fd346ed778f4 2,052 1.00/1.00 vMB 17
738,249 738,249 00000000000000000005d6f70abc685f6bf70ab05a1fb1a2b6bff69e0d4f34a8 2,371 1.00/1.00 vMB 9
738,248 738,248 0000000000000000000514a6e8342f9b1cfb9d1c5b98e7127f590f802a6353e0 2,907 1.00/1.00 vMB 10
738,247 738,247 0000000000000000000227a243e03d650a39433789d7fc447fe6e1817cbe890a 2,129 1.00/1.00 vMB 10
738,246 738,246 00000000000000000005b31e4ba624896bb3765390aa11d1cdb2d3f6dab92b41 3,127 1.00/1.00 vMB 18
738,245 738,245 00000000000000000008985bf8ad3d3da8831061388e0320ce7618ed23aa1811 147 0.06/1.00 vMB 11
738,244 738,244 0000000000000000000286679c28c3ebdcc6fcf26a6f359ca5bfe746a3a6b4f6 1,735 0.80/1.00 vMB 8
738,243 738,243 0000000000000000000435766db2a635400b4bec548a1e290c4ff2b5ee90e9e0 1,633 0.99/1.00 vMB 7
738,242 738,242 00000000000000000001f3fe402829fdb4dcc3b207739a7344d84142ad31a22a 1,019 0.34/1.00 vMB 11
738,241 738,241 000000000000000000052bcbab4f9a281d942c030575144b201e3f0d597638c5 924 0.32/1.00 vMB 11
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.20 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.