Loading Tool

Explorer IconExplorer

Memory Pool

34,346 transactions
26.46 vMB
0.10969820 BTC
Random Selection Loading Transactions
Max Size: 134.33/200 MB

Candidate Block

Mining Attempt 07647bc296ebb136cb18ab93c2b978ff98b30439521aaed7264da8822dfc9af3
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 0d42081fdcb25b8c9aae66dcec47365f58bf240689920a9bd9f4c3af1ac74230
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,671
Size: 1.00 vMB
Total Fees: 0.06072170 BTC
Feerates: 101.65 > 6.09 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (809,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,079 105,079 000000000002f08a0539be8f214785a6ee2bdf7d6360d5c0cf5565e28b275cc9 33 0.01/1.00 vMB 0
105,078 105,078 00000000000123b472bc517e3064d45cc89f7fc97a989cb77a3d5367a22d59e5 1 0.00/1.00 vMB 0
105,077 105,077 00000000000286bfdafbbf67643f6ae9a2386cc714b832cc39a81b38bebeb4e3 1 0.00/1.00 vMB 0
105,076 105,076 0000000000029826f91d047b3b85d082fcfff160d9f3cd649d66d30875994c13 1 0.00/1.00 vMB 0
105,075 105,075 0000000000005d9ecda71d33dc7efa46182d071a3d1ece1186aef77339954eca 5 0.00/1.00 vMB 0
105,074 105,074 000000000001282ec91fb91302cf82d1311060c21c36f7e50bcd691cfbeb0131 1 0.00/1.00 vMB 0
105,073 105,073 000000000001ad1518f29a7eb34ba1b30cf375ce372e618a0614d472c441a533 5 0.00/1.00 vMB 0
105,072 105,072 000000000000b4f91dcf0d05e322890c0c5d42af4efc74bd0f342162bb5d55ea 1 0.00/1.00 vMB 0
105,071 105,071 000000000001e7b64a93741ad71f73ea9ff5231f1eb7a079258ef8167b4d6a5a 12 0.00/1.00 vMB 0
105,070 105,070 000000000002ccb16f8c8be6a3b09bf3e9ccbf46ed77577ff5ded35e4edea51f 7 0.00/1.00 vMB 676
105,069 105,069 000000000000e19889b84321ab7ffd8354130a38868b75511d8482eca446ba41 12 0.00/1.00 vMB 0
105,068 105,068 000000000001771f1fe2ce69d726d63dbacd5835d3df6254d996156fce51ae42 5 0.00/1.00 vMB 0
105,067 105,067 000000000002cb1472d6ba1c34ba4b4f3ce5673a10e6f27b1bb21c0b2418d8b2 52 0.02/1.00 vMB 0
105,066 105,066 0000000000015522ccb0aab8ddfe5b5b4053715deef97ce0312505df1387c082 4 0.00/1.00 vMB 0
105,065 105,065 0000000000007bfa7c39d643bbcefd2c58c82880ad2214b98f75fcdf2fa4ca18 9 0.00/1.00 vMB 363
105,064 105,064 0000000000022b00f5d6945f1918d0b305f787c5a381c7c14e88fccd5461adf9 2 0.00/1.00 vMB 0
105,063 105,063 000000000000a7b1d30df6923d8985f439637115cef274d7f1c4190fafad610d 9 0.00/1.00 vMB 0
105,062 105,062 000000000001555ee5fe2ec356cf0b779689dd3438425f98c4d72a373d0ad719 3 0.00/1.00 vMB 0
105,061 105,061 00000000000215893f594b25ccfeff52dd856044691bb158a1a44833b892ae4d 10 0.00/1.00 vMB 0
105,060 105,060 0000000000007de1ef2019ba2f6338fcd24c8970e3296599515ad98c87c9afb7 7 0.00/1.00 vMB 0
105,059 105,059 000000000002023ad7d68ae3ab4895990df994229788b1038b6ba78d35c1423d 7 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 578.65 GB
    • Received: 8.81 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.