Loading Tool

Explorer IconExplorer

Memory Pool

76,571 transactions
29.45 vMB
0.09482885 BTC
Random Selection Loading Transactions
Max Size: 173.78/200 MB

Candidate Block

Mining Attempt f65544de9f69c9e29e37531a61122489e6afa50611ab52eff42e19cdd7940fdc
Version 20000000
Previous Block 00000000000000000001ff05c472764085d93490be7914ce968789f65c454c48
Merkle Root e095214a7ff6ec5749b5c29fde6c3be7eba7c6a792281b45a8a83d5c9d6fc10e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,490
Size: 1.00 vMB
Total Fees: 0.02933120 BTC
Feerates: 150.77 > 2.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,040 (69,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,580 845,580 00000000000000000002b5d7918bdeb6620e16340190aa735bc57e8181caf7b9 3,607 1.00/1.00 vMB 14
845,579 845,579 0000000000000000000351d52327ac9492be687262d63a76bee68ac549946e8b 2,734 1.00/1.00 vMB 12
845,578 845,578 000000000000000000028299c81513255a8d83c9537eedceee3d7c04bb0fc9c6 4,846 1.00/1.00 vMB 11
845,577 845,577 0000000000000000000209bbb6b98117f2af7b5cc2244a9cef351b8bd5329dcd 7,434 1.00/1.00 vMB 9
845,576 845,576 00000000000000000000aee511a0324b0f58d24a12f1e467b7b931f334f126bc 3,231 1.00/1.00 vMB 13
845,575 845,575 0000000000000000000284020267528fb470ec89ba8c82a85b249340363e1b71 3,603 1.00/1.00 vMB 12
845,574 845,574 00000000000000000001dce4a2c3bdb181ad1e223b552b0a8d9440c0de39e33b 3,160 1.00/1.00 vMB 20
845,573 845,573 000000000000000000023794e337c51927354c513bfdb9fc2d858bb3004eabd7 5,842 1.00/1.00 vMB 9
845,572 845,572 000000000000000000033b2237e4655712ff7d22fc8b8bfb8e2c6c5514a75678 2,593 1.00/1.00 vMB 11
845,571 845,571 0000000000000000000165d1ddbe0d319acdf3cd9355c1f84c4cb6fd22997e09 3,668 1.00/1.00 vMB 16
845,570 845,570 00000000000000000001130ca06956f302e845d77d154ca8d3cdd181b4de78e5 3,037 1.00/1.00 vMB 18
845,569 845,569 000000000000000000018962bb2b0b0e37c72b19b21c4b6c845a15dc0a49532e 6,543 1.00/1.00 vMB 9
845,568 845,568 000000000000000000011f11e2f0e4dc587e38bb8ed875cca9fd6205ece9afd8 4,817 1.00/1.00 vMB 10
845,567 845,567 0000000000000000000328c130a775c24a2e2a420e67393b5ca2a0def5bf8077 2,959 1.00/1.00 vMB 14
845,566 845,566 0000000000000000000149c9c8bba9d970084b02667b586c7fe26f9d74578e04 3,101 1.00/1.00 vMB 18
845,565 845,565 00000000000000000002fb8075d23c4b792ecf50af6da36e78fb2eb76bda2a6a 5,032 1.00/1.00 vMB 11
845,564 845,564 000000000000000000032ca2508292675eb1578261ede3e44530e28ff3fb2111 4,995 1.00/1.00 vMB 11
845,563 845,563 000000000000000000010d6801c33ae7244637d0b035981ea285174d3e80ead9 7,140 1.00/1.00 vMB 8
845,562 845,562 00000000000000000001fa0abbe9c5a58763b98619f15a2a0fa5b69797bb667b 6,603 1.00/1.00 vMB 9
845,561 845,561 000000000000000000008bac31bff807897bee7d9dabe02847eebe99126103aa 5,615 1.00/1.00 vMB 10
845,560 845,560 000000000000000000021b963fd777c453ba91b90f52af973813931d0229dd3d 4,694 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.46 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: 667.94 GB
    • Received: 15.32 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.