Loading Tool

Explorer IconExplorer

Memory Pool

79,250 transactions
29.48 vMB
0.08283088 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt c07addad7a6e9f038163856e6e4aba279831b62619bc5737f036633530497e23
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 5f6f57982f614a7b02129167e373f901c90f831555825c9aea7d558fec87586a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,853
Size: 1.00 vMB
Total Fees: 0.02081634 BTC
Feerates: 100.11 > 2.09 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (67,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
847,809 847,809 000000000000000000012b6e23372944df8445f773d2010faa86ba7811e260d0 5,176 1.00/1.00 vMB 34
847,808 847,808 000000000000000000001ad9cf8a57f4265d5d46f5db73c9659509231fabadf7 6,362 1.00/1.00 vMB 28
847,807 847,807 00000000000000000000d1c4c393b62b3695a347980bf04cb37e6afbf5aa3187 4,645 1.00/1.00 vMB 39
847,806 847,806 000000000000000000001e615375ff5e92fb524a43b47185df3ccd97faf6fe4d 4,507 1.00/1.00 vMB 41
847,805 847,805 0000000000000000000126e1346e3d5587f1cb4e55193abc265fe290f015c976 6,412 1.00/1.00 vMB 27
847,804 847,804 0000000000000000000149338802dab91b6f3a20637efa963ea6140d9d7964d0 5,595 1.00/1.00 vMB 30
847,803 847,803 0000000000000000000126de958c51f74390ed36f0d7b3a3abac3cfe358fa029 6,782 1.00/1.00 vMB 29
847,802 847,802 000000000000000000013460f481bdc988340cfc9a3e23bf8ffc6e20ed032f84 4,259 1.00/1.00 vMB 38
847,801 847,801 0000000000000000000359c4f1f5fea3ffb4b31886bf88336e68435d172cdc8c 2,730 1.00/1.00 vMB 29
847,800 847,800 00000000000000000002bcaf79294fd421ba0c4b019856d8f6497c50d75dc1c4 2,609 1.00/1.00 vMB 35
847,799 847,799 00000000000000000002d2e01ec842ea8c8ccff0d4e3ba3110f4b8047462cfb7 2,914 1.00/1.00 vMB 47
847,798 847,798 000000000000000000029703ee125e3ab1c2743a3d1fca4e54fefc0caa4dff0a 6,659 1.00/1.00 vMB 32
847,797 847,797 0000000000000000000173bb2efea007b93e40d6a6440a77859fe942fd152727 3,191 1.00/1.00 vMB 32
847,796 847,796 00000000000000000001623a42008a2cf6ae4982eafcde875a9f1d03cab917a2 3,675 1.00/1.00 vMB 60
847,795 847,795 0000000000000000000317bf9b50e54095672b6ad615f04e5b14b0c994384a39 6,319 1.00/1.00 vMB 32
847,794 847,794 000000000000000000000e46a06c94a92ac8cc392ce40f7480e7aa8fb4767171 3,817 1.00/1.00 vMB 46
847,793 847,793 0000000000000000000269f27da4771fa9c844dc24524a0762fc2570d29e4c01 6,318 1.00/1.00 vMB 32
847,792 847,792 000000000000000000023a52a5a33b2a302cc8a2f6d0adefec796fd23aa19f00 6,514 1.00/1.00 vMB 33
847,791 847,791 0000000000000000000062c140b19bf25cf1bc4909652ec111ea82aad6fc336b 6,317 1.00/1.00 vMB 28
847,790 847,790 00000000000000000000d3f5184002f47d5815f5b1316073b236e715e4365432 5,515 1.00/1.00 vMB 33
847,789 847,789 0000000000000000000039d2713038b6fc8a655f19165bbc49099ef40ec67c5e 6,102 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.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.