Loading Tool

Explorer IconExplorer

Memory Pool

79,883 transactions
29.51 vMB
0.10658372 BTC
Random Selection Loading Transactions
Max Size: 178.37/200 MB

Candidate Block

Mining Attempt b19653719c9f92acc203e2204fb7a51a19f85b6567715b681d64234c0c2ffc42
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root c0579e30688594b1001301b2dfe0d6c782e27b18ce7e63a214b8e66894b19cbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,392
Size: 1.00 vMB
Total Fees: 0.04222990 BTC
Feerates: 150.62 > 4.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (678,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
236,863 236,863 00000000000000a280b843884834c0dce68956e31477926fa9bd3d0aa7edd903 165 0.11/1.00 vMB 129
236,862 236,862 0000000000000083787b2e43e1729ef3b2b71de7b48cd8c8c7646a6194bef8de 557 0.23/1.00 vMB 180
236,861 236,861 00000000000000fd8670b496eaaab56503c01a7b2bad84b4602fb64154e936f2 591 0.29/1.00 vMB 186
236,860 236,860 00000000000000d80f7811f4092a8dddb73cf81e36340597f6ceafd775c8a785 549 0.21/1.00 vMB 190
236,859 236,859 00000000000000fce26ca95b007b500badf967606e2bd565d4c8190f6c05de4c 19 0.05/1.00 vMB 29
236,858 236,858 0000000000000151b8f5773782eb35b30d18bb6cfad7f13a6c15f94b0e17ddb6 165 0.06/1.00 vMB 170
236,857 236,857 000000000000016221ce6ed966c8764020b287c88c9ef4fd370db27fe48e1edd 132 0.05/1.00 vMB 204
236,856 236,856 00000000000001129224126c14a2c0e5e3f80183832516cdf3a1bdb09ef9ab08 101 0.05/1.00 vMB 159
236,855 236,855 000000000000014bf137b63a24a2793428f12951ca296bc3ffa8d6f5ce0b47b2 211 0.10/1.00 vMB 201
236,854 236,854 000000000000015331f2395cf207d261771c1ed54e75df03cbc19ba33a4e22bc 126 0.07/1.00 vMB 123
236,853 236,853 0000000000000140804bc33c2a742343f238db167225abdbec5cca7b8d5edb5f 57 0.02/1.00 vMB 145
236,852 236,852 00000000000000d2d7c40490e8b6a444f8e2d49885888ee467f2880c8932cdcb 399 0.18/1.00 vMB 160
236,851 236,851 0000000000000157b459d62037e22d0c811013d4d224ff27ae1c75f26db5837b 293 0.11/1.00 vMB 183
236,850 236,850 00000000000000ac3de06f6ce4e10195c7a75e6200823b50d7dabd4b12fe44e2 53 0.05/1.00 vMB 65
236,849 236,849 0000000000000148029b4bcc310df3994b51b702fa55f7e5e55fa64062ea0d1a 219 0.11/1.00 vMB 150
236,848 236,848 0000000000000019c8c617453a72b665b7f5110d84a9cfc776671d787b4fb3a3 210 0.09/1.00 vMB 205
236,847 236,847 000000000000009e79fc60026c84cc3cd3b1b94da13ae6e5b5bd98e5c7285a5a 533 0.24/1.00 vMB 174
236,846 236,846 000000000000003dea92b1943f623263dc89b788179ce8c0354e2978b53233f7 66 0.03/1.00 vMB 197
236,845 236,845 00000000000000fbed70d7a0f0d9b3dd9164f8017c21330d96fb8045686171f5 17 0.01/1.00 vMB 129
236,844 236,844 0000000000000171bfe211800020f78f63bb8b4d975a06cb9ffef0ef686dfd4b 50 0.02/1.00 vMB 131
236,843 236,843 000000000000017601f856be26d7e5bd0975129c6b2f2aa7c6e16e559e21c96c 184 0.07/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.66 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: 673.09 GB
    • Received: 16.38 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.