Loading Tool

Explorer IconExplorer

Memory Pool

78,469 transactions
29.34 vMB
0.06299139 BTC
Random Selection Loading Transactions
Max Size: 176.57/200 MB

Candidate Block

Mining Attempt 2a713c6ed03d2784cc5225f046c0467bc65fd61fc9c1ed04c39005c4c8eb3d63
Version 20000000
Previous Block 000000000000000000018695f041328e2b5529f23ff75f1df68b481c7c8526bc
Merkle Root b570aeda8f9d3d40ea8eedda3e8ec2f1d9f8f9bfbb24dd2acc574f1ed7eaef7f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,448
Size: 1.00 vMB
Total Fees: 0.00358082 BTC
Feerates: 9.40 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,993 (706,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
208,688 208,688 00000000000003b2aa5c57974b5da1bb3d55a6e3b053b47380ea072cfd63ca37 494 0.25/1.00 vMB 143
208,687 208,687 0000000000000059205e60a4dc84c09934d4cd15174a7443b4e5cde7ccaf18ff 590 0.20/1.00 vMB 285
208,686 208,686 0000000000000257aa84ea556af4e2b1522b3532f243c6690e82fb5ca393095a 139 0.05/1.00 vMB 157
208,685 208,685 00000000000004db406bf834deb431de6f3b62aed8b676c6412e6409c03e3b70 321 0.12/1.00 vMB 192
208,684 208,684 00000000000003f0c0bae50a880aabe09ce215f25717fade7c7287ba27f380c2 104 0.04/1.00 vMB 165
208,683 208,683 00000000000002669d9b462fce3374f1c1dba0fdab4e36a5ff998ec4591314cd 122 0.05/1.00 vMB 102
208,682 208,682 0000000000000012a1e5d6772519c2975ba3b8d5c6de18a27eb7ee281873a764 402 0.13/1.00 vMB 181
208,681 208,681 00000000000001abf38ba491185fcc274dd6fb3363b8ea3f4fe6dfb5b8979d3f 203 0.06/1.00 vMB 154
208,680 208,680 000000000000039cb19a4bd8782affe00ab14331bb472113ceb5a9818fec4ec2 459 0.21/1.00 vMB 151
208,679 208,679 00000000000002802202dbba2e518b36a8cd16ee90fa047afe08d2490ecdb5fa 125 0.05/1.00 vMB 191
208,678 208,678 00000000000001eec239414cef0c4edd71ce54bbf3ab48b0b4b0a5b4dcae8f41 26 0.02/1.00 vMB 179
208,677 208,677 00000000000002cf29754ef57045a56157838f7e191ec210a04064b408dbf364 372 0.16/1.00 vMB 146
208,676 208,676 00000000000000be889238a5e09fcaf3f90a1b0bf9e0b90eecf98adc88ebf9f0 31 0.01/1.00 vMB 375
208,675 208,675 00000000000004c7c52d85ccb23ab952eb1ff420aae1817e052dd4d581f379bc 534 0.21/1.00 vMB 169
208,674 208,674 00000000000004d76ea8d27571607bbb3936c8d8ebfe978c15b8832e0f164f64 106 0.05/1.00 vMB 71
208,673 208,673 000000000000016aa404f0d6bab8247a97f2e268f50ca28791968c5e34f2d24f 437 0.21/1.00 vMB 164
208,672 208,672 00000000000002efbf11847a37069cb7106b7371650ce69202ee20608cc4f91c 593 0.22/1.00 vMB 198
208,671 208,671 00000000000003a8e2a012fdc7804a5eb9a4774211d2680e89d151f435bd7263 8 0.00/1.00 vMB 0
208,670 208,670 0000000000000450d9a95397a2f4cace378f5c000c7d1a22438b7b63a97f6431 27 0.01/1.00 vMB 206
208,669 208,669 00000000000004cfeec908f387dc7a4eb95760a53e5501f9ecdb3734d7574de0 356 0.23/1.00 vMB 131
208,668 208,668 000000000000000e1522cebab8443f24b4b55b6727bb9053fa1bf38b24faa54a 129 0.05/1.00 vMB 265
Previous 10 blocks ↓
Total Size: 782.38 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: 664.24 GB
    • Received: 14.96 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.