Loading Tool

Explorer IconExplorer

Memory Pool

81,436 transactions
30.77 vMB
0.09049896 BTC
Random Selection Loading Transactions
Max Size: 187.69/200 MB

Candidate Block

Mining Attempt 2083f0f0f603e8099b9d3ac1e282a7ae283829e1465661fb6eb6ee3e3d57242f
Version 20000000
Previous Block 00000000000000000000a3813f793d217041872d914f27c3141d08c7db453ba1
Merkle Root 051c5ed958a28e2c07311de68dbb49044c3f8a55ddedd0f16b410cf283efdb2f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,610
Size: 1.00 vMB
Total Fees: 0.01959042 BTC
Feerates: 301.57 > 1.96 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,386 (43,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,096 872,096 0000000000000000000015264862466656448211854f47411cbc5eb613be82a8 3,748 1.00/1.00 vMB 14
872,095 872,095 00000000000000000002b86c3f41a97db08ee270d02cc437ce85a6e0ffd80a2b 3,143 1.00/1.00 vMB 14
872,094 872,094 00000000000000000002afb61602f90ab9d58295ef59eb5c975af789df05e278 2,430 1.00/1.00 vMB 6
872,093 872,093 000000000000000000026280ff340514032b9dc63ea1e5d1656acba18a529fe9 2,213 1.00/1.00 vMB 7
872,092 872,092 00000000000000000000db43f1a2e572ca2103aa3c7b6a5f740fd11bc0437035 4,387 1.00/1.00 vMB 9
872,091 872,091 0000000000000000000272758807ba30c9b882d46f4a0efd1ea2b67768d5d3a5 2,123 1.00/1.00 vMB 5
872,090 872,090 0000000000000000000098704e535659e01a2fc4c2cfaecf9a9779ff30cf2807 3,278 1.00/1.00 vMB 10
872,089 872,089 000000000000000000026f23a32026d2bff50217342cccb457c4889ad79b5783 3,545 1.00/1.00 vMB 15
872,088 872,088 000000000000000000020a847f643b43cca643ef9e6acf2a8c4eee2cf0e48d36 3,654 1.00/1.00 vMB 25
872,087 872,087 000000000000000000018f207895838a868fc3d7774404749c913201a31e8b91 2,458 1.00/1.00 vMB 12
872,086 872,086 00000000000000000002bca47ecac7a77b15bdcf2e5f1b10d1bb332d687b9e2a 3,370 1.00/1.00 vMB 13
872,085 872,085 000000000000000000023b5e283084e79269e884c742f87171034a959dcbd28f 3,290 1.00/1.00 vMB 17
872,084 872,084 00000000000000000001116dc8bc1b051a08af82f635ad439465e21f2fc4a705 3,363 1.00/1.00 vMB 19
872,083 872,083 00000000000000000001cdd121e4e6b6d9e3737140f89cdb0508de7b8994236c 2,713 1.00/1.00 vMB 27
872,082 872,082 00000000000000000001abd7d14b27514edcbb706f786fdf192a50e43466d53e 3,013 1.00/1.00 vMB 16
872,081 872,081 00000000000000000000efc0b4f1c20e5fa59e26bbdb8b9b4f4c02ad5394251f 3,724 1.00/1.00 vMB 13
872,080 872,080 00000000000000000001ddb4c11d6332790a3e36bfdf34d1c73ade4c63b919c6 2,637 1.00/1.00 vMB 26
872,079 872,079 000000000000000000010eff08b327aa93af61665de68a285fc83281dda3e41c 3,275 1.00/1.00 vMB 15
872,078 872,078 0000000000000000000236541e0dda37f6e887b5a9eb353975b2ea6f3b7d3bdc 2,077 1.00/1.00 vMB 9
872,077 872,077 00000000000000000000b81cd7eacd11e5c4867b6824d3b0d3cd10446ad2eb7b 3,414 1.00/1.00 vMB 11
872,076 872,076 000000000000000000010b80e13cffc1776c9ebb982677a0871683b9272977e6 2,981 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 783.06 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: 720.78 GB
    • Received: 18.25 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.