Loading Tool

Explorer IconExplorer

Memory Pool

78,587 transactions
29.12 vMB
0.11746944 BTC
Random Selection Loading Transactions
Max Size: 175.70/200 MB

Candidate Block

Mining Attempt 696d14aaa165994f04298dd5284001d7c1158dfc261d9935fe205fe72f6186b2
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 43860c9ddaba5f3b45d2b443a90abfe0f37a1955fef17602703914a903b39d4b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,112
Size: 1.00 vMB
Total Fees: 0.04233933 BTC
Feerates: 150.80 > 4.24 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (228,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,589 686,589 00000000000000000003731808f447c731e8497a69e10108a61024d9b43ad768 2,077 1.00/1.00 vMB 12
686,588 686,588 000000000000000000057293793585361fe25146f6b68fed7c9be3ba9c1d4c6f 1,603 1.00/1.00 vMB 29
686,587 686,587 0000000000000000000c2093028ef1b515751bd28d6a80ecc76f9e5829f9467e 1,924 1.00/1.00 vMB 54
686,586 686,586 0000000000000000000bcb2e51b6cd18939c7aedbe3f1f6ec014d8892d4c2ee7 1,451 1.00/1.00 vMB 21
686,585 686,585 0000000000000000000b0f6ac93566639d0abdb0788f1bf75a6e976d66195caf 1,161 1.00/1.00 vMB 18
686,584 686,584 0000000000000000000388525c759bdf9c49a89512dbc3e2309b42f94554f608 236 1.00/1.00 vMB 3
686,583 686,583 0000000000000000000025e339c2a36989051b7ec742e6e743db4adef9e3d291 2,029 1.00/1.00 vMB 12
686,582 686,582 000000000000000000068e1fa93f390642496c1e408e18909844d037af939b9e 2,793 1.00/1.00 vMB 23
686,581 686,581 00000000000000000006436d364350746604fb09bb844c6527e7ce2030e34ac0 1,914 1.00/1.00 vMB 5
686,580 686,580 000000000000000000043c87e31e7a9ff20b233063b35158dc71be89fa452bee 1,664 1.00/1.00 vMB 27
686,579 686,579 0000000000000000000c32bb83a5e4c8b7f510967f7249bae6174d502a6419e3 1,865 1.00/1.00 vMB 52
686,578 686,578 0000000000000000000b2e0a100c3b4439d30ef8d10833d5f9876566d0b4b230 2,377 1.00/1.00 vMB 46
686,577 686,577 0000000000000000000d3a0b38ab71245563eccae28693a533775c8ffe6f6054 1,190 1.00/1.00 vMB 14
686,576 686,576 0000000000000000000cc769d4bd791714f7a75d7e587e95f0841183a8e01174 207 1.00/1.00 vMB 2
686,575 686,575 0000000000000000000ac5a6f3316af48286e04b15ea41678dc2bec96b0d54ac 1,421 1.00/1.00 vMB 6
686,574 686,574 000000000000000000031e1a78727100bfab63872e02bf2e1e6d48cff2d77a2d 2,502 1.00/1.00 vMB 31
686,573 686,573 00000000000000000004b3589014938a4754be00a38b683f3496a999363f5b3e 1,861 1.00/1.00 vMB 11
686,572 686,572 0000000000000000000afc713e0616e6f3e0ad94eb759a146495a29f441a35a1 2,414 1.00/1.00 vMB 24
686,571 686,571 000000000000000000084177f390461b64b439484b48425d20da6c10328bf70f 2,061 1.00/1.00 vMB 15
686,570 686,570 000000000000000000019787ea0d33631b44d93e59f6b65aa33290188597e714 2,823 1.00/1.00 vMB 65
686,569 686,569 0000000000000000000c7c78af0f3056c6bba10c9a65bb2bfeb152fbceab3c68 1,020 0.98/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.