Loading Tool

Explorer IconExplorer

Memory Pool

45,256 transactions
28.64 vMB
0.08424688 BTC
Random Selection Loading Transactions
Max Size: 151.83/200 MB

Candidate Block

Mining Attempt 01873b5d2850535f2ee78e100431b8c011c8899af5132bc941b5b88b465c63a5
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root e2a55a3877cf5bd65a549cc15e3996428858d4111e25f4e207625296888545f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,748
Size: 1.00 vMB
Total Fees: 0.02978523 BTC
Feerates: 150.92 > 2.98 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (272,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
641,870 641,870 0000000000000000000d12c660b91d70078d59852dcd4cf48628ab9ef5723b94 2,567 1.00/1.00 vMB 145
641,869 641,869 00000000000000000004888bfb9052426d3fd4a56775e42cead490275aaf1d8a 1,487 1.00/1.00 vMB 158
641,868 641,868 00000000000000000005e035c93657e9d953a9a68847713fea7d8115924684b4 2,196 1.00/1.00 vMB 117
641,867 641,867 000000000000000000108b615eb960db43a6b3540bde7459bdaa9f05357b3e30 2,153 1.00/1.00 vMB 83
641,866 641,866 0000000000000000001024a1b5a7f0f7017dd7c61ba3f0b6e77baede3f05d33f 2,657 1.00/1.00 vMB 29
641,865 641,865 0000000000000000000d4334c0d0201f84eb3d7326cb324ba30761ebc7ac72db 2,447 1.00/1.00 vMB 142
641,864 641,864 000000000000000000069272c8cd13b4a4950c84014745872c48077f776ccb9a 2,101 1.00/1.00 vMB 27
641,863 641,863 00000000000000000007d10d8c1c5eddab47f09054ee7ef7c9da7d8371723110 2,120 1.00/1.00 vMB 56
641,862 641,862 00000000000000000009f182040625455a4c54bac20ecf58f628947cdb9d41cf 2,596 1.00/1.00 vMB 95
641,861 641,861 00000000000000000001f8da73114a776f5b547b0c6f5afea16d3c8ee6510385 2,552 1.00/1.00 vMB 136
641,860 641,860 0000000000000000000caf3bcc6c4b6336a27d8b7d9908de731e6d94c1ce7cc1 2,134 1.00/1.00 vMB 168
641,859 641,859 0000000000000000000fb74435c7f7d8c69a456c9dc0e1d6ae32d6d3f77cf4e5 2,388 1.00/1.00 vMB 142
641,858 641,858 0000000000000000000c52cafa026c2fb69f5afd1a3da69826ebfa5f66cbfe24 2,907 1.00/1.00 vMB 189
641,857 641,857 000000000000000000022520f1737c5096d512a97cdfcdbcc8a7e08f35203c94 2,442 1.00/1.00 vMB 92
641,856 641,856 0000000000000000000077e6007b3aa80f73e09cdb8fb772d7abd58989d269be 2,074 1.00/1.00 vMB 47
641,855 641,855 0000000000000000000fede4c8a3d52eae06f60a3979f1ae4186e90b41bf752f 2,170 1.00/1.00 vMB 94
641,854 641,854 0000000000000000000faf84254615afbcd97470703c80f05b539d46e2d4508b 2,408 1.00/1.00 vMB 32
641,853 641,853 000000000000000000048e44135098081f54537a861762ffcff7c6b49e5fe262 1,698 1.00/1.00 vMB 130
641,852 641,852 0000000000000000000655cc2f3afecb1a37352a58221d356eac349d1ce905c8 3,065 1.00/1.00 vMB 182
641,851 641,851 000000000000000000090678646d8aa6501dffc494f76df043c106a55e40ef79 1,333 1.00/1.00 vMB 53
641,850 641,850 0000000000000000000b6b3bee554bb80c023e744bde1e2ef53a76207028bbb2 1,950 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.