Loading Tool

Explorer IconExplorer

Memory Pool

73,019 transactions
28.33 vMB
0.06567091 BTC
Random Selection Loading Transactions
Max Size: 167.57/200 MB

Candidate Block

Mining Attempt 228fe60328d05a4520890eba5ea71002a139c9aa5c1db8d0e50f734c6dbf5d3c
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root c9122e482d7c13f77bb4ead41721dbeb5f825c0b9cc60fdc112c27a9d33a91df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,110
Size: 1.00 vMB
Total Fees: 0.00895185 BTC
Feerates: 100.36 > 0.90 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (352,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
562,124 562,124 0000000000000000002eff7a3b9404dc4a7e8e72faa1e1e618bd998837181310 2,692 1.00/1.00 vMB 4
562,123 562,123 00000000000000000004f50e0a9e9fd1711237af41320469e744b8cd433f7edc 2,630 1.00/1.00 vMB 9
562,122 562,122 0000000000000000002946d0e58a769a753efb2f14ed114a081741d7cb6be871 3,203 1.00/1.00 vMB 6
562,121 562,121 00000000000000000017ac159c38446916ebaccc731d0e1d7b8d370f15fc8380 2,861 1.00/1.00 vMB 18
562,120 562,120 000000000000000000081f685fe0ce144d9e07b0f89f514cd0f6cdd92bd743bd 1 0.00/1.00 vMB 0
562,119 562,119 0000000000000000000642b7001e1f9beaf0c6ee7374c6fabdb552ef58ebc0ad 2,817 1.00/1.00 vMB 25
562,118 562,118 0000000000000000002f4c92782d1bdc2b125c0ee1634d7eeec8aef4f65354d2 575 0.17/1.00 vMB 10
562,117 562,117 00000000000000000026316c811678dd2056665845ecc0a08599f3c1b4cbddfb 1,612 0.58/1.00 vMB 8
562,116 562,116 0000000000000000002ab9bd0d2815c726d74067c29899374b4b3cb26b2c09a4 1,902 0.57/1.00 vMB 5
562,115 562,115 0000000000000000001bf34f887e9c28a2e12bc67359fd3fec679e82cee765f3 3,079 1.00/1.00 vMB 13
562,114 562,114 0000000000000000001a52b04b7d4645f24e8d861ce62d02570ccc6afe1f9ba6 1,421 0.46/1.00 vMB 9
562,113 562,113 0000000000000000002c4423614eb8f8764b5e830cb939eddd5c5eb30fb9ab18 3,140 1.00/1.00 vMB 11
562,112 562,112 0000000000000000001bdae1c0872d29073493ae5fce375c0be538d8b4819e4b 985 0.34/1.00 vMB 7
562,111 562,111 0000000000000000001361891fed06e1709fe3e86d8e3b33921d089f3d71549d 500 0.15/1.00 vMB 9
562,110 562,110 0000000000000000001b2b683ef9bbd9737b8280d85e58c13b4409e575a6ad87 3,216 1.00/1.00 vMB 9
562,109 562,109 00000000000000000027c27e374ded6820ce37cf828a0051777b3bda6441b26e 1,399 0.44/1.00 vMB 7
562,108 562,108 000000000000000000162b76b35786acee2c210456cbd6a7ca8a3dbf7a8a588b 773 0.31/1.00 vMB 10
562,107 562,107 0000000000000000000255327f2b8d98fd8f91d115bd44daac2340055a48e055 1,128 0.36/1.00 vMB 9
562,106 562,106 00000000000000000016d784e5651b174a8b93f6b6d1f2353000e85fc172064a 29 0.01/1.00 vMB 13
562,105 562,105 0000000000000000001b7ec215bc8d8a74e010cfba126392696250db39ee058e 2,608 0.88/1.00 vMB 9
562,104 562,104 0000000000000000000b6c3df9ddeb8155f58a100c5946cf9dfe2f7b3f3b416a 828 0.31/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.33 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.