Loading Tool

Explorer IconExplorer

Memory Pool

87,114 transactions
32.06 vMB
0.11598503 BTC
Random Selection Loading Transactions
Max Size: 196.00/200 MB

Candidate Block

Mining Attempt 4ca643e969d03076e96db5df3ac95f41f9f8ef6b1a70a3806d134a12d84c9279
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 3d0f3b7a1ec94281fb00d9670c6f8f5a61b96da80c504dd0d82f8ca904edab07
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,476
Size: 1.00 vMB
Total Fees: 0.03210257 BTC
Feerates: 1,236.26 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (725,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
189,557 189,557 000000000000024e7f634a61f683d6b8e1fc483683ad18e6b7cfea587692c9da 217 0.11/1.00 vMB 116
189,556 189,556 00000000000000c7f409cee4039e8c569d6fc69e9ce2f7067e5fd9812e3ccdfe 220 0.11/1.00 vMB 86
189,555 189,555 000000000000028bebe0a1f9fd70ce83bca7c2993db14fe3eff4f3c717cef3fd 555 0.25/1.00 vMB 118
189,554 189,554 000000000000037b395ed7d58e1de39a35c63f8b2c3d7b1607c343e2e4a89c96 244 0.12/1.00 vMB 129
189,553 189,553 00000000000004acda4209425ef00003d5e8dc2d15ea85a47481b3807767303f 32 0.01/1.00 vMB 7
189,552 189,552 000000000000078666e002349c325bf9ca0f1686bd293f9937c4d9f934beecdb 537 0.25/1.00 vMB 121
189,551 189,551 00000000000004dcad44aee58a36d8f53f93ec4b19ef2a93e129885ab383923b 2 0.00/1.00 vMB 0
189,550 189,550 000000000000060c720090ec8387ced14198ff503ff2f0f12a815307bc14ec4c 125 0.05/1.00 vMB 83
189,549 189,549 00000000000003984b8589906d00a38fb5248b88d3d1d3cf8cc71df3122d299a 250 0.07/1.00 vMB 3
189,548 189,548 000000000000005a8a685f26e2a927b7b8adb123bd77720cf5826693888c0225 651 0.25/1.00 vMB 351
189,547 189,547 000000000000075af8cde05106b3a719197e476e21009c58a3f7d6b68b86e330 9 0.00/1.00 vMB 0
189,546 189,546 00000000000005375a38b821671898f3f70207cc4c2f4ce4d3a36eecbf317b95 8 0.00/1.00 vMB 6
189,545 189,545 000000000000067e3bc71900d53fb276e87c827d0cde5951d746b28d708aa538 397 0.23/1.00 vMB 98
189,544 189,544 00000000000001d3d23463557340dcbf700ca6b00d3c71ec8891a08f5af3ab73 127 0.05/1.00 vMB 88
189,543 189,543 0000000000000156e43338f7bb3e873f3a0a06df30b31959e95c9370c52e2a0d 137 0.06/1.00 vMB 178
189,542 189,542 00000000000000be5c6aef5e7c396409eb2ce0249386846d1752cf59bc544d29 238 0.10/1.00 vMB 142
189,541 189,541 00000000000004289fe055bc7a2434af9c37e7904aeb31a512ff0c6efc318fcb 35 0.03/1.00 vMB 91
189,540 189,540 000000000000023d4f2c69b4030650537b165cc588853ff396ffed3f8f198846 52 0.04/1.00 vMB 38
189,539 189,539 00000000000003b79f39e9296b75444742d3941b6d65e4aae6ccc22aab13af1e 256 0.14/1.00 vMB 169
189,538 189,538 000000000000084a71c025d2d717103f8b53755c37b153b18ca201daac8e7905 197 0.09/1.00 vMB 85
189,537 189,537 000000000000014f24cc4b5a4e6d4a17aadabae15b1607866efa73a08b25a763 168 0.08/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 783.02 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: 719.41 GB
    • Received: 18.05 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.