Loading Tool

Explorer IconExplorer

Memory Pool

82,675 transactions
31.49 vMB
0.08981080 BTC
Random Selection Loading Transactions
Max Size: 191.25/200 MB

Candidate Block

Mining Attempt ec25ae765b75ed8e0b61173a1853f54ccc69853e50bbea7c0868abe5d58c9890
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root 7275da3d69bf3f7e62c6d6eddba7e9cf5dddc62643d14cdb0010ff9810e6a56f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,183
Size: 1.00 vMB
Total Fees: 0.02152977 BTC
Feerates: 100.18 > 2.16 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (92,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,517 822,517 00000000000000000003d85e0ab75b6831241c5b915e228c67bfb6a0e2541f59 3,355 1.00/1.00 vMB 81
822,516 822,516 00000000000000000002e0f442b3299c1e3a3c56f6a4efdb063c43f0091bd949 4,287 1.00/1.00 vMB 93
822,515 822,515 0000000000000000000186a64e4be2bdb6fa11b5e3521320ec7f3537b8c8aa4b 3,847 1.00/1.00 vMB 115
822,514 822,514 00000000000000000001d299eb5849b8f357c0b2181881fd19efcb71e97f1e30 3,990 1.00/1.00 vMB 93
822,513 822,513 00000000000000000002ba51cc7833eac3fe370205c6aea07195c202a9978a93 4,124 1.00/1.00 vMB 91
822,512 822,512 000000000000000000016cee5c5928fd6f230f311662e3b9e35ed8c8043e91f9 3,028 1.00/1.00 vMB 105
822,511 822,511 0000000000000000000283be415a5bd0cff3ee8e246519376c1373c58c746e80 3,424 1.00/1.00 vMB 122
822,510 822,510 00000000000000000002a33880e41681781500aa248450f49054f9849b7333e3 1,100 1.00/1.00 vMB 122
822,509 822,509 000000000000000000007f81ad6627ad4e18723461a296ad0897346dabd3117a 2,886 1.00/1.00 vMB 93
822,508 822,508 00000000000000000000b13afdf15b97699699aa2f2b45c82d6b34867302b6b5 1,631 1.00/1.00 vMB 145
822,507 822,507 00000000000000000002e991c3f5ef563032c0b610ee4f93e69e4c13955ddb38 3,680 1.00/1.00 vMB 101
822,506 822,506 000000000000000000015045347502a10cbdd21b995839a2d1db52eea1865e7e 3,112 1.00/1.00 vMB 127
822,505 822,505 00000000000000000001d53061983072211c48a5dfbd2e66a00c51c2d6a22773 4,702 1.00/1.00 vMB 101
822,504 822,504 000000000000000000001385d13c33d77ce4cd8c73371d4640ab7128dfd7fad5 3,747 1.00/1.00 vMB 118
822,503 822,503 00000000000000000002c46fe78035a46ef2675b88f9fae2f834c4eff1be2a66 3,502 1.00/1.00 vMB 87
822,502 822,502 0000000000000000000317e15b7739567d57156c602d4df281e510e8b95a20d7 4,455 1.00/1.00 vMB 101
822,501 822,501 0000000000000000000426d0cc768dbcd840828190532a1b6ee72b5fa609273a 4,159 1.00/1.00 vMB 112
822,500 822,500 0000000000000000000090abf83ec8a2337ce9b3d847743e231de34978dbd0cb 3,775 1.00/1.00 vMB 138
822,499 822,499 00000000000000000004229565af4e11d9a517256ee6d9916a733f41ab4ef64d 2,914 1.00/1.00 vMB 173
822,498 822,498 0000000000000000000136cdabcebd764d4d8bfdc3dbc2d5ab96a1b15e69d4b7 4,675 1.00/1.00 vMB 108
822,497 822,497 00000000000000000002b1a2e4af965a166e50872d4d8150ef2045c086d9d2e5 3,590 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 782.75 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: 708.75 GB
    • Received: 16.76 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.