Loading Tool

Explorer IconExplorer

Memory Pool

80,119 transactions
29.57 vMB
0.09305804 BTC
Random Selection Loading Transactions
Max Size: 177.35/200 MB

Candidate Block

Mining Attempt 32c0682c3783b6a89b4cf1c587f22b5a8abd674b5346805c0c56d16e843c4e3f
Version 20000000
Previous Block 00000000000000000000ac9a110e87b4ee4be0fde34cf75b1a29f72c4b2b9abc
Merkle Root e33c373cc5f4216d38ba616ada554773bd01c7c65f20e6a3735d8098893846ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,155
Size: 1.00 vMB
Total Fees: 0.03265170 BTC
Feerates: 150.80 > 3.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,063 (360,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,316 554,316 0000000000000000002bf22a9a829df8a5181461ac0c5db856657c1c684ed721 2,837 1.00/1.00 vMB 28
554,315 554,315 0000000000000000000e0d3a46b57450ca7d3af3533f8e682823b48035cdf725 3,062 1.00/1.00 vMB 19
554,314 554,314 00000000000000000000f9ddf54a988298f928a8e0ba7b74e904c19f9208dd9c 2,453 1.00/1.00 vMB 26
554,313 554,313 00000000000000000012b8d37357c19a639b501613f68910094a8dc3214c2637 597 0.29/1.00 vMB 14
554,312 554,312 0000000000000000001da0a91711acc0bca5fb09b8ef0207e00c0014fb148fc8 504 0.40/1.00 vMB 6
554,311 554,311 000000000000000000097685f0203607dd8ab475f80433dc2f9b95cc56ebb170 1,955 1.00/1.00 vMB 12
554,310 554,310 00000000000000000029a339202e5d4aee5a2e51fd1d77d658b81a5a4bdfd192 136 0.04/1.00 vMB 31
554,309 554,309 0000000000000000002b3afc234d00835bcc0db3f8e718ec8e95d7ba15f3a043 2,475 1.00/1.00 vMB 16
554,308 554,308 000000000000000000214f53ee82ab9709c847d4a9a1505053c20e6a648a70ac 1,642 1.00/1.00 vMB 9
554,307 554,307 00000000000000000007dde26f26b5d15a7904b970c4f36db179df5e1dd89d35 1,386 1.00/1.00 vMB 3
554,306 554,306 0000000000000000001a6897be66e3cb49d77788bb68a5fac8be2859e577917b 2,772 1.00/1.00 vMB 7
554,305 554,305 000000000000000000251b0680824cfaaebe76251b433ed9e5aac7440d077e69 3,289 1.00/1.00 vMB 24
554,304 554,304 000000000000000000157907bd2a2162bcfc6bc35699a19b95b5d5e2689694dd 2,680 1.00/1.00 vMB 30
554,303 554,303 0000000000000000001067e1e0ae3a057f0a733ce16bd65f7669496b40414e5e 201 0.09/1.00 vMB 11
554,302 554,302 0000000000000000002c95eeffa405ca85fce5755cbf6e7dea3cf4074a6f3fbd 1,386 0.56/1.00 vMB 13
554,301 554,301 0000000000000000000277dc5feffefdd99a83f2ed33e13bbc2096dea549648b 2,010 0.90/1.00 vMB 13
554,300 554,300 00000000000000000018b6d47a4b996afe8d00f1d8119f8081fb6f8c7dfe970d 1,219 0.52/1.00 vMB 12
554,299 554,299 0000000000000000000734e4c420977a05519626eae24e6202957391837d4b3d 1,075 0.54/1.00 vMB 13
554,298 554,298 0000000000000000000009bc181675a2371b1c417a6ff87b4e088a90b4a1ac89 2,216 0.92/1.00 vMB 13
554,297 554,297 00000000000000000003efe5223396b59bcbb8ed391edf4948ebd677926c6299 293 0.17/1.00 vMB 13
554,296 554,296 0000000000000000002692b6ae0959571ebf37cfb02b3b6dfd94fbf0de92cedd 1,186 0.99/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.50 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: 668.43 GB
    • Received: 15.52 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.