Loading Tool

Explorer IconExplorer

Memory Pool

82,093 transactions
30.00 vMB
0.14809605 BTC
Random Selection Loading Transactions
Max Size: 181.84/200 MB

Candidate Block

Mining Attempt 8c358368c7e621c8cb1f9a8a3ee50f94375c8b1b8f9a22029b4a5d6236430f75
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 0cf4f9326d94193565c1f88f56e942f5911d032253a997f6558be08b43596217
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,876
Size: 1.00 vMB
Total Fees: 0.07828569 BTC
Feerates: 101.65 > 7.84 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (471,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
443,885 443,885 000000000000000002b1502dc9a00036e66790c4cde07df425c6cbae3e0d8eca 1,945 0.87/1.00 vMB 78
443,884 443,884 000000000000000000b27456bcb96b255d98cdac8c10df9be5d8859a9c279ef3 93 1.00/1.00 vMB 5
443,883 443,883 000000000000000001a1f18b82dcb6696db3136a601c1ac53b59db13201b18b7 1,062 0.43/1.00 vMB 80
443,882 443,882 0000000000000000015c4fe93fa30dd7e497f140f4879959733a1e00b8b404fc 727 0.33/1.00 vMB 69
443,881 443,881 00000000000000000126c8dab37f7146baaa88a3d68cdfca996e824a0f8a0d04 2,529 1.00/1.00 vMB 74
443,880 443,880 000000000000000000d30b003adcdfcc843c0dc5f46ed26d136294d110158c21 1,130 1.00/1.00 vMB 33
443,879 443,879 00000000000000000368ca004e61fa5ff9502b1cd5721f03318c968cdc941531 514 1.00/1.00 vMB 19
443,878 443,878 000000000000000001b267c75f6b97ff58d1367d16ddc9b6ddcead31041f8058 1,052 1.00/1.00 vMB 36
443,877 443,877 000000000000000000b57d57fc57e022fbebc6fbdee108095dcf1bfcdd68b4d5 366 0.13/1.00 vMB 86
443,876 443,876 0000000000000000034f2855c116b426305d82a54b29cceb32641da639aeef82 891 0.36/1.00 vMB 77
443,875 443,875 0000000000000000009b58ed9b94ca8a88f838d69669d64547caf5a01dfaebcc 1,330 1.00/1.00 vMB 39
443,874 443,874 000000000000000001db9e3f4108bc27f6bb6616d7d12b5d71f099e3ac8034ab 1,480 0.67/1.00 vMB 73
443,873 443,873 00000000000000000060793d4a146c9256431a743a858d6428c584fc6a3a92ed 298 0.15/1.00 vMB 72
443,872 443,872 00000000000000000013938072daf1a1e10d723ec884297e19032489ee68a8ad 441 0.22/1.00 vMB 56
443,871 443,871 000000000000000000529329de4b85211e63d10e6aaebab1ad2fe90167a12f7f 1,086 0.44/1.00 vMB 71
443,870 443,870 000000000000000002775ff227222f47a46cad46b0f634db53c1a8737d7ecd41 9 0.00/1.00 vMB 907
443,869 443,869 000000000000000002424db0163641940c9fd999ec897b412ce64e36d6ab7650 1,836 1.00/1.00 vMB 44
443,868 443,868 0000000000000000014ad021d4878608ffce693fbe5a3a1f3b33e89667086e1e 2,795 1.00/1.00 vMB 91
443,867 443,867 0000000000000000031ace492b1442d989cf9387dd0ce72d7926a44e4243c1f9 2,588 1.00/1.00 vMB 81
443,866 443,866 000000000000000002743d496047fb08f33adbbe47c32f0c2b9e5901c706e7ce 2,468 1.00/1.00 vMB 67
443,865 443,865 00000000000000000350c78b86f1aa44f0321cba4bfe8dbabfbca5007a07d18b 2,765 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.60 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: 671.69 GB
    • Received: 15.99 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.