Loading Tool

Explorer IconExplorer

Memory Pool

78,074 transactions
30.15 vMB
0.07111220 BTC
Random Selection Loading Transactions
Max Size: 182.87/200 MB

Candidate Block

Mining Attempt ba51a595937901881eec2419dddf9577ff485275d6d2f1166e78dfeb1efffd3c
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root bc7f8e6c909e1b9c8a79046c08457c08062de2e344f1fb1abe158d0c34d3dbab
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,642
Size: 1.00 vMB
Total Fees: 0.00705213 BTC
Feerates: 73.91 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (508,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
407,127 407,127 000000000000000002ab079be2646b7471c1a24bb114ffc93f8dbd7aa5d198dd 791 0.92/1.00 vMB 20
407,126 407,126 0000000000000000044fdb14a0e9ae74ae373372a7b57017d5c7ce9be41ed71e 3,390 1.00/1.00 vMB 78
407,125 407,125 0000000000000000021401776be608a52ec0ed78ebf018be45066a1772bd01c6 2,148 0.99/1.00 vMB 38
407,124 407,124 000000000000000002d6e3152bbc8e6051a252302ab2d6a2cec948b13dd2f5ae 2,382 1.00/1.00 vMB 49
407,123 407,123 000000000000000002988a3d977cf63f11bcc0d4c5c271305514642aa595207a 2,508 1.00/1.00 vMB 48
407,122 407,122 0000000000000000062a1d39805aee8d1d8f705becad0d4b7ee9b4977462d7f8 2,389 1.00/1.00 vMB 77
407,121 407,121 000000000000000005c412eea33a9e4af335227b640e5b237126cb7b24259997 2,501 0.99/1.00 vMB 52
407,120 407,120 0000000000000000064fd96b3b234b490207a78ccd611e0839da0e2a8cabd280 232 0.10/1.00 vMB 35
407,119 407,119 0000000000000000051ce91b5f0bb25f16d4beaee6c0362633f1fc636931dfa0 461 0.32/1.00 vMB 35
407,118 407,118 000000000000000004c9c0286ce9624b9ae49cc5f1babd7b120ea3014f8bc844 1,142 0.49/1.00 vMB 36
407,117 407,117 0000000000000000037229beed87034418a4991fe007c1e69a5d92263d28bfb9 1,478 0.72/1.00 vMB 46
407,116 407,116 000000000000000000bc784a42d6475ef7bd6921769801a279aa32c0b126a198 1,241 0.99/1.00 vMB 21
407,115 407,115 000000000000000000d6331a6bd837b360b7d97a16389cb2b33aa5c1145a2ea1 15 0.00/1.00 vMB 199
407,114 407,114 000000000000000001aa81262b70edfcb784cfc8c4b1b146394f579c5b53c45a 2,106 1.00/1.00 vMB 44
407,113 407,113 000000000000000000efc69837481339f1b85b942eac4c26f6dbc75dfb156f01 3,234 1.00/1.00 vMB 60
407,112 407,112 000000000000000003ccbb2691ebf563d5b7e527c9bf136e4bf86607d2d44830 1,966 1.00/1.00 vMB 35
407,111 407,111 00000000000000000685fa8efc72e35787e554afada7c5f503a3f978c9982de5 1,705 1.00/1.00 vMB 28
407,110 407,110 000000000000000004c1c6c89645c04b1060327426a6bac91707ba06b8e5c886 15 0.00/1.00 vMB 177
407,109 407,109 000000000000000002b45c0fc9e2aeed565862d6eeaabc91d3c60a7c241f507a 3,018 1.00/1.00 vMB 50
407,108 407,108 000000000000000004b5725ac2da77fd7fe36dd9a4eb3fbac194be52b4c4619d 3,490 1.00/1.00 vMB 47
407,107 407,107 000000000000000001751cc7b15ca70df8d0219c297f437b04b4bcd6aae91ce8 2,735 0.93/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.72 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: 707.12 GB
    • Received: 16.66 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.