Loading Tool

Explorer IconExplorer

Memory Pool

53,782 transactions
29.93 vMB
0.10358526 BTC
Random Selection Loading Transactions
Max Size: 160.68/200 MB

Candidate Block

Mining Attempt c98f5600ea69f6f39668ae8f1a71229e345a80e50e51aa3c044728882af41d0e
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root eb896e247d42863cfbe52b810c89abae98b5c6b2102685f87fec565113bdd239
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02863591 BTC
Feerates: 157.35 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (443,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
470,888 470,888 0000000000000000019727cc5766db2f8665136a01709852297786c1c6b89004 2,036 1.00/1.00 vMB 355
470,887 470,887 000000000000000000da37bed8da3f7f42265251139b16364e5eac7bd8e898a1 2,599 1.00/1.00 vMB 417
470,886 470,886 000000000000000000ac0b714b1383174d81dd642ac7246b7166024ae71be3ff 1,919 1.00/1.00 vMB 415
470,885 470,885 000000000000000000b7d6c65f7dc95c245a62b3ab09718cc60306f83027cf42 1,516 1.00/1.00 vMB 123
470,884 470,884 000000000000000000b2b8364578bfe9a546248c0878d8efae62a9a040e03521 2,243 1.00/1.00 vMB 321
470,883 470,883 000000000000000000c30aa4738a4f1f9c0c411c0af5b4a36e70b893d935819a 1,724 1.00/1.00 vMB 239
470,882 470,882 0000000000000000005b2fa2eb48469012066a5b94c2d487d3c8e48bfae6e41a 1,291 1.00/1.00 vMB 137
470,881 470,881 0000000000000000013f1f98e4692ab8c838e78ccfc316bfe1f791a2d840fd06 1,718 1.00/1.00 vMB 196
470,880 470,880 0000000000000000008a8eb5da65b32a8024ceb1d5f0a5fead441c906d370c43 1,880 1.00/1.00 vMB 113
470,879 470,879 000000000000000000ce7008cc1e1127b45cc58abf2fd052f027eacacea9bdfb 2,299 1.00/1.00 vMB 197
470,878 470,878 00000000000000000057124067015b94e448aa6aeb2ab77f35d11b975183acc6 1,944 1.00/1.00 vMB 224
470,877 470,877 00000000000000000137166f4e2f25df4d1175857b2e0e3118addf1c7ac9e831 2,339 1.00/1.00 vMB 297
470,876 470,876 0000000000000000014f5289cfcc68f311be772e0c960d66147a80949b7fc128 2,400 1.00/1.00 vMB 340
470,875 470,875 000000000000000000beb7868b9e3e996d898b9ab393abb7eca870a2d53bf225 1,846 1.00/1.00 vMB 311
470,874 470,874 00000000000000000041a241d945c34a582f5f4cf5d8f33ac6828901dbcd429b 1,980 1.00/1.00 vMB 342
470,873 470,873 000000000000000000887e28dd661c2977192ada464b717925cfe0f2c87fbe18 2,128 1.00/1.00 vMB 363
470,872 470,872 0000000000000000004c79efffb536c9f80a276f0fec3c2371913f40c3b1215b 1,352 1.00/1.00 vMB 115
470,871 470,871 000000000000000000219c3ec651ecc4287a530c4ae1b170332b1349ac20aadf 2,039 1.00/1.00 vMB 197
470,870 470,870 00000000000000000041db98c98b57613f2d17f1639b75684549cf22aa634e12 1,801 1.00/1.00 vMB 322
470,869 470,869 00000000000000000188311b1d4f26ed18fb6dd01dc35d8227cbbb3e18575e83 1,367 1.00/1.00 vMB 362
470,868 470,868 0000000000000000008264e3c237332bc74999a63794d44be38a6b2edea2fc21 870 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.