Loading Tool

Explorer IconExplorer

Memory Pool

65,085 transactions
19.24 vMB
0.06675364 BTC
Random Selection Loading Transactions
Max Size: 124.51/200 MB

Candidate Block

Mining Attempt 9e6302d11f3415ba799b8b915c33fd03ea53758dd5ce6fe62b4d9e5a812a6477
Version 20000000
Previous Block 000000000000000000016af6bdb14f4de712c2154dcf968d3da485051e001e31
Merkle Root 056a22fdf8cd3b4a022358df61f2bd9c26a0ab1ad0fa41f10629745ea1c0df0c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,330
Size: 1.00 vMB
Total Fees: 0.02291606 BTC
Feerates: 120.23 > 2.30 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,805 (122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
915,683 915,683 00000000000000000000660d74efde44e290b1d4b3fea29c2056ba93b3c2fb88 2,426 1.00/1.00 vMB 3
915,682 915,682 00000000000000000000986ccc85d25ba25b6b7dfff50ad9f1f54e05660e8194 1,411 0.55/1.00 vMB 2
915,681 915,681 000000000000000000003738336ac12817c9c958de9cd89da5cf1c965e1d3af0 641 0.24/1.00 vMB 2
915,680 915,680 00000000000000000001e16cd253472ec4b0f5b0bf7b26d9dbc64eaf2b41cfc6 5,007 1.00/1.00 vMB 1
915,679 915,679 0000000000000000000128225eb65351aaca98190844727dbb5b262a70ee63ae 50 0.09/1.00 vMB 2
915,678 915,678 00000000000000000000a07cf6e2293c7780767e7c5ab5dcf795eb95b8bd60b7 531 0.14/1.00 vMB 2
915,677 915,677 000000000000000000019954e5550ec33e3a8f4e1322b7eac3100d59dd22b829 4,954 1.00/1.00 vMB 1
915,676 915,676 00000000000000000000590d875a1f0fce9931efff9bbafcbc05bb0ffb07b911 5,397 1.00/1.00 vMB 0
915,675 915,675 00000000000000000000e338a1c90feb9182d7b853fad30c9e138876190215e7 2,208 1.00/1.00 vMB 3
915,674 915,674 00000000000000000001d4de7de8049111c10bcfda8c0c2a67a4b3c06ee3fdf1 47 0.08/1.00 vMB 2
915,673 915,673 000000000000000000011506ece9af5c049c39db13e51017e38a61d71bac5f6f 4,532 1.00/1.00 vMB 1
915,672 915,672 00000000000000000000e69e6c689aca10d19cfd025962f8d905e183e83efd16 4,974 1.00/1.00 vMB 0
915,671 915,671 000000000000000000012ebe44b199b25ed5d7094492ca26ff85f39553a24948 2,681 1.00/1.00 vMB 1
915,670 915,670 00000000000000000000dfc5bab94934da3b2e14f0f7c3f128239f74f3175cca 5,890 1.00/1.00 vMB 0
915,669 915,669 0000000000000000000177df44d22c95f5b5e0195b46da45ecb43e754e9cf5d1 2,374 1.00/1.00 vMB 3
915,668 915,668 000000000000000000014138df9d7665402cba1a44111f2c732243184bf0a9a1 1,950 1.00/1.00 vMB 3
915,667 915,667 00000000000000000000a80b358315c0a315abff0d54ebad37963b677688087d 1,425 1.00/1.00 vMB 2
915,666 915,666 000000000000000000004671d7121a63b9452022a4de8bb18654ddb43a88de9b 3,166 1.00/1.00 vMB 4
915,665 915,665 000000000000000000010b2c16d60c0ca28cd48e438bbf0324ae96f9c29fef4c 3,902 1.00/1.00 vMB 1
915,664 915,664 000000000000000000012816b0bd6885113d018bf973fc985306ad18cca7e98a 2,196 1.00/1.00 vMB 3
915,663 915,663 000000000000000000006590a6c1155140f075a2a1604f31bfda6765ccd519b0 1,586 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.77 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: 785.69 GB
    • Received: 21.60 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.