Loading Tool

Explorer IconExplorer

Memory Pool

67,918 transactions
25.93 vMB
0.06277839 BTC
Random Selection Loading Transactions
Max Size: 155.99/200 MB

Candidate Block

Mining Attempt 0d297d5f1369eaca73a2d6ce715393f186112a1909edee90680c50cbcb4159e4
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 40fa5dca6488caedce50f1c15db5588d1e11355f87686650d8b6cd4939277b2a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,645
Size: 1.00 vMB
Total Fees: 0.00791607 BTC
Feerates: 60.03 > 0.79 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (730,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
184,908 184,908 00000000000008b62ed5dbf36d49539d51b4258875d28074d330cc7fba1ef415 516 0.20/1.00 vMB 131
184,907 184,907 00000000000005944960aea2aff51cf7d8a50c341f6b89aead010c6b5aa2250c 13 0.00/1.00 vMB 44
184,906 184,906 000000000000068d3f2a1e21bd41fe9af97f712db8dc710beb68dfe3175ed3fb 137 0.07/1.00 vMB 156
184,905 184,905 00000000000002f4601dd59c8ab77cd4c7227351596d61d6a5d1430b30307c42 340 0.13/1.00 vMB 160
184,904 184,904 0000000000000400ca16a35772d672b4c2c4fcea6b64829f17829fa8afdc90ee 136 0.03/1.00 vMB 113
184,903 184,903 0000000000000a669b8a77ff0bafedb214c70be3b159a09d91a181bc484d013e 128 0.05/1.00 vMB 161
184,902 184,902 00000000000001249c74099e6652644a89ca32e7106eda35e008f0f9c3c480c8 315 0.15/1.00 vMB 174
184,901 184,901 000000000000009e4b8effc12eff8d43c75e08f3a1ee3aaf72f6e87008c731f4 14 0.00/1.00 vMB 15
184,900 184,900 00000000000001509c47730450bcab99dee0858096f0c99deb48dc0c6d73cd55 151 0.09/1.00 vMB 84
184,899 184,899 000000000000008df4300ac91eb9a6b79e234fb944e8d24375e25b3b9d5144cd 84 0.03/1.00 vMB 134
184,898 184,898 0000000000000719cd7ea68f76a931af816b4f437abf62e070285be680463be2 725 0.25/1.00 vMB 157
184,897 184,897 000000000000030ee766d4b21732d0b1778a8ab80a4a173f7699d660f42146b4 500 0.25/1.00 vMB 132
184,896 184,896 0000000000000505beaaae4e7f4d8544672a45dd36602bc346495e8fe37d689a 118 0.05/1.00 vMB 114
184,895 184,895 00000000000000217286e218a5120f672a1c9833157f2b572b627689504e4f88 128 0.05/1.00 vMB 184
184,894 184,894 00000000000008adae6bdebb4ce4e2db2279538561161bdd7dba23dec102cbae 14 0.00/1.00 vMB 14
184,893 184,893 00000000000009b019d22ede0c8efba080cb81244141a2f59f6757e282376a86 28 0.01/1.00 vMB 122
184,892 184,892 000000000000006d89200520e06e5c9faa18c17d7115a9c1a4743741d7c5aac1 375 0.14/1.00 vMB 162
184,891 184,891 00000000000009b6bdc480a29ecdab6693201522ec369da9580a512b8557f65b 1 0.00/1.00 vMB 0
184,890 184,890 0000000000000331d0ff5b28a33b1cdcd9bd15cc01125fa577a5f8f60173913d 164 0.07/1.00 vMB 128
184,889 184,889 00000000000006a0afba835f3e7aa889c915e598c5938e92a49221b95f4eec20 217 0.11/1.00 vMB 140
184,888 184,888 000000000000018b2e3f1a7bb4e8b1fb7e9b64c4d7d308546c3ab3f15e7d1e23 174 0.09/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 783.29 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: 766.52 GB
    • Received: 19.28 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.