Loading Tool

Explorer IconExplorer

Memory Pool

82,376 transactions
30.75 vMB
0.08425394 BTC
Random Selection Loading Transactions
Max Size: 185.38/200 MB

Candidate Block

Mining Attempt 6d8bdc0d682e56ab93c668927d01f7cfdf9b6431f99396df0b961ac5ff635d1a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 736da1bfaf74677ee902979c3faec7f749a053eec38d0c108cf874c0c8a3d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01883617 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (148,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
765,988 765,988 00000000000000000005dfe3e9530d504842991a6686d8c20c5e2d5ab10aff1c 2,614 1.00/1.00 vMB 16
765,987 765,987 000000000000000000015e13a57934c6f87646a8b20d537f60289cd1da9f6679 1,690 1.00/1.00 vMB 4
765,986 765,986 00000000000000000006d5c34e7ea84c7aa05f4faa651ceaf5de0997f05caab2 1,691 1.00/1.00 vMB 10
765,985 765,985 00000000000000000000ab0d29ad96de67e80cf3ada42b93bad733d2e230fdbf 1,586 1.00/1.00 vMB 14
765,984 765,984 00000000000000000001f585edeb339bee85ba102d5c2be3882d33e3404c7a7b 3,147 1.00/1.00 vMB 21
765,983 765,983 0000000000000000000021dfb5106aecebf260f9acdcbfa68ff7147908b2a5e5 2,172 1.00/1.00 vMB 29
765,982 765,982 000000000000000000063bf493a9590e01f0d5836c76768b6d2cdb64a3da0e8c 2,928 1.00/1.00 vMB 44
765,981 765,981 000000000000000000063aa17466aea516dda6cd30691c13ba99bba20d26a45c 2,827 1.00/1.00 vMB 14
765,980 765,980 000000000000000000043120e6c2e3c6b22aaf61f0821b2066f179f80b26a286 2,973 1.00/1.00 vMB 24
765,979 765,979 000000000000000000055c6b788b41d52906bbc1b6d19f2321e5e7557aa6d471 2,143 1.00/1.00 vMB 16
765,978 765,978 0000000000000000000123d2713dcb54e10cdc8b08abc4a8de57e84a4bcb0bd3 2,935 1.00/1.00 vMB 28
765,977 765,977 00000000000000000006b7590b49d9736831bb935542b68856dd2de7865fc4d4 2,601 1.00/1.00 vMB 23
765,976 765,976 0000000000000000000414abd2df619f54e390981695accf0aa8e77909ea6a4e 2,278 1.00/1.00 vMB 27
765,975 765,975 00000000000000000005398e6c7c5eb88cc35a7045bd42dcc08af82691772dc8 3,340 1.00/1.00 vMB 44
765,974 765,974 0000000000000000000696c63faa1f3f07248125d4ff72e77d35ca48aa47d746 1,516 1.00/1.00 vMB 6
765,973 765,973 000000000000000000026dcf26d0d33cec5ea327c8d23217da31282d67495bd4 845 1.00/1.00 vMB 4
765,972 765,972 0000000000000000000369a4a92ca72233958886bbf6102f534d96cfb1ae7888 1,941 1.00/1.00 vMB 13
765,971 765,971 0000000000000000000145291f6a068c89c1c30aa1886b58b94e5289a1b93aa6 2,063 1.00/1.00 vMB 12
765,970 765,970 0000000000000000000146423995fa9a65f9e26ea7ef8460f2e138a1c2c9f6f2 2,125 1.00/1.00 vMB 17
765,969 765,969 0000000000000000000748f8138992766ecba74a2a21a777634c8bfb3536bab3 2,669 1.00/1.00 vMB 19
765,968 765,968 00000000000000000000f20ac5f87bec66020281880e097b89ec7b115e8d6385 2,549 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.