Loading Tool

Explorer IconExplorer

Memory Pool

73,777 transactions
27.40 vMB
0.06409832 BTC
Random Selection Loading Transactions
Max Size: 167.34/200 MB

Candidate Block

Mining Attempt 00fb9b1ccb477dfb55d0ebd53f9e262f1edf05883d8380e2d6eb08c50403bed3
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root cb67db5bf90edbbc5708c9b93d092a5d08b9bd43a1594e08526ab57f2ae8d3ca
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,223
Size: 1.00 vMB
Total Fees: 0.00565152 BTC
Feerates: 73.20 > 0.57 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (26,306 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
889,017 889,017 00000000000000000000fac509106c66b38c5695b4bc6f02090e63fdee821ffd 4,173 1.00/1.00 vMB 1
889,016 889,016 0000000000000000000268ff68c4a13f29d76325db71f01f0a9602a6a05ecccb 2,559 1.00/1.00 vMB 4
889,015 889,015 000000000000000000024c2f4e925d6b91529b1e3dae44549211c427e90e4916 2,790 1.00/1.00 vMB 5
889,014 889,014 000000000000000000023e36f8ccda66c660217501103808458b973d6f16c3f2 3,370 1.00/1.00 vMB 2
889,013 889,013 00000000000000000000a9d160b242857cb9127aeb83164c6e7009a9d86ecf73 2,988 1.00/1.00 vMB 1
889,012 889,012 0000000000000000000029a361e803e3bdd89e564b4daffc734a9a5118de6905 3,060 1.00/1.00 vMB 6
889,011 889,011 000000000000000000011fb3678049d270d9f8bf01ea510a87d002ab4e42d964 5 1.00/1.00 vMB 6
889,010 889,010 00000000000000000000859dca73bca654eecff463288b99c356e00f63d36879 2,636 1.00/1.00 vMB 4
889,009 889,009 00000000000000000000a07f9820cdf2536e1f5a4e7c4d86e0ffb484a858bea2 5,245 1.00/1.00 vMB 3
889,008 889,008 00000000000000000001cb930db8e2f80f73b4bf3884f0868597d2cc5a585d26 2,524 1.00/1.00 vMB 1
889,007 889,007 0000000000000000000178406cb5ed7769b654bfd5b7938ab53d8028a78e705d 2,379 1.00/1.00 vMB 3
889,006 889,006 00000000000000000001d227e708296a02a295387a7263e4da74c3a0a51f1aee 2,087 1.00/1.00 vMB 11
889,005 889,005 00000000000000000000503fab97740066963c88f0d3252de2d06fa1208324a3 3,011 1.00/1.00 vMB 2
889,004 889,004 00000000000000000000a736d7e41ad328a523fdff1efe69f04038a393758526 2,021 1.00/1.00 vMB 1
889,003 889,003 00000000000000000002336d6404581845a6808201ec15c7bea7ba8e13fe484b 2,162 1.00/1.00 vMB 2
889,002 889,002 000000000000000000004d3e21e7e2b47b801d2b297c6900c0e760e7744f594b 2,943 1.00/1.00 vMB 9
889,001 889,001 0000000000000000000130dfb3cc87f6141a527f2e0883a1f732d82c29db767a 1,692 1.00/1.00 vMB 2
889,000 889,000 00000000000000000001415554dfb1d482cb106780c095d1affecd4c868ec646 2,365 0.99/1.00 vMB 4
888,999 888,999 000000000000000000001b2934c4a67d033194032fae3a55bbe7b6d6924e4221 3,178 0.96/1.00 vMB 5
888,998 888,998 00000000000000000001497bf72d57244ee4061bdb98b678c0d1457f2571757e 2,923 0.98/1.00 vMB 1
888,997 888,997 00000000000000000000e1e82d51421b770ee5479c2fd5a896457ed734c07230 3,235 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.95 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: 715.14 GB
    • Received: 17.65 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.