Loading Tool

Explorer IconExplorer

Memory Pool

80,525 transactions
29.67 vMB
0.10112110 BTC
Random Selection Loading Transactions
Max Size: 179.59/200 MB

Candidate Block

Mining Attempt 9d1f75e69d8a6613c14732c5f20f227cb8f2947e52b1e57738a337e11e6df77e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 18d51ccfa0a1b8432233e048fc8121662db7da2a7f9e503d09fdfed3eda8eb06
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.03647838 BTC
Feerates: 178.73 > 3.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (89,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,677 825,677 00000000000000000003856329b0167359aabc6ab086de577e44933b8c97e102 5,383 1.00/1.00 vMB 123
825,676 825,676 0000000000000000000086b3084641a76719d5d6dfd9723f96e02159f9365f9e 3,701 1.00/1.00 vMB 124
825,675 825,675 00000000000000000002d806cb5afbaa6a0ab5f7277d02f58f29eb38f2bfe081 4,036 1.00/1.00 vMB 142
825,674 825,674 000000000000000000003aec6544b3d3c52908380e3029b0ee19c8a6da04897f 3,962 1.00/1.00 vMB 124
825,673 825,673 00000000000000000000e37234f3ed57eb2446b995674fc3d1fafe73da638be9 5,569 1.00/1.00 vMB 111
825,672 825,672 00000000000000000001b69446938edca76177234d70fc2071c75cd439c6e81d 4,933 1.00/1.00 vMB 115
825,671 825,671 0000000000000000000334549b5e17321e7e1ce1b3a6c6e0717c77f9352e1c16 4,948 1.00/1.00 vMB 117
825,670 825,670 000000000000000000002628ae27ab3f7e1092801ab8d9f2b3b68d6ccbe9f5f2 4,199 1.00/1.00 vMB 125
825,669 825,669 0000000000000000000185e239131075f2a46af73055bd78b462d7bb2a3afb6c 4,850 1.00/1.00 vMB 125
825,668 825,668 00000000000000000003c3e1ae7c313ff6f98e094847482351fd242fee97ab9f 4,860 1.00/1.00 vMB 120
825,667 825,667 0000000000000000000198ec59e70b9aefda9571f6fc9f929ff6146c9a59f890 4,691 1.00/1.00 vMB 121
825,666 825,666 000000000000000000010425ca2dfce095527f8fe0c1b8259a9893e12df871f2 3,796 1.00/1.00 vMB 130
825,665 825,665 000000000000000000002c645a8e88b214a3750741ebfb4a496f74169f4039a2 5,284 1.00/1.00 vMB 111
825,664 825,664 0000000000000000000056c5181311cd47090458f81e68c0ffccd421f352c93d 5,269 1.00/1.00 vMB 100
825,663 825,663 00000000000000000003a54cd1f2b63cbe1cc9585d725be878ff2614e8edec44 4,944 1.00/1.00 vMB 107
825,662 825,662 000000000000000000036ba97bd8453517de738bca0fb11f058b941c82654d89 4,329 1.00/1.00 vMB 111
825,661 825,661 00000000000000000002854265a9ee239344ba3341c8139c0faac3c144f4098b 4,227 1.00/1.00 vMB 111
825,660 825,660 0000000000000000000090abc2f78d73fd2bf69b316d5b9d4fa05c83092f3401 4,696 1.00/1.00 vMB 106
825,659 825,659 00000000000000000002e16adadc371ced50cbb31e63b344798d87a7a9345cdb 4,651 1.00/1.00 vMB 101
825,658 825,658 000000000000000000006e12e8298e25ba22940643804a77b173d71de3f548d2 4,853 1.00/1.00 vMB 93
825,657 825,657 0000000000000000000285a70c5ac0eddade6ce485b3ed5c6d2a1855a0ae8a23 4,807 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.68 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: 681.98 GB
    • Received: 16.45 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.