Loading Tool

Explorer IconExplorer

Memory Pool

19,442 transactions
8.85 vMB
0.07561515 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.24/200 MB

Candidate Block

Mining Attempt a73a4e03ec25755ec8324dbe15865c6a3345c1140a63839c9d9da976fc1b58af
Version 20000000
Previous Block 000000000000000000016b0eb8b9414d1fd2cf6d6ec5d671a5ce90db7ff1b528
Merkle Root 3a3da07058e0a4e31c19de75817bf0be3badb37de61b26f53674ce1e9d90d9f4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,662
Size: 1.00 vMB
Total Fees: 0.05524610 BTC
Median Feerate: 1.97 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,390 (657,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
255,943 255,943 0000000000000032915a833e46c0978fc33167b1f412946ce3917a7906f0cf8e 131 0.06 vMB 102
255,942 255,942 0000000000000002c68f5ece851a9322948d4a829d47add496fa00fdd97ce98a 72 0.03 vMB 91
255,941 255,941 000000000000000a9bdd27c8d7a3d0141149ec4fc62aa5a4888d572609f054ed 60 0.02 vMB 138
255,940 255,940 0000000000000020c95a411468b03a753e8a7956cdf121aba895185152bf0824 69 0.04 vMB 63
255,939 255,939 0000000000000006da0c39e88f98d05408ab4952de0a830e5cac3def9a59d53d 204 0.08 vMB 146
255,938 255,938 00000000000000251e46c0072a7e4807ca261dd0f51933abee715cfd1ce6facc 410 0.18 vMB 100
255,937 255,937 00000000000000057426666fbeb1d69b07a6be900165f81514a2932b94ab9563 66 0.03 vMB 78
255,936 255,936 0000000000000004000bb73af56df6fcce393d5fc49c3e3250276115e4bc30d1 19 0.01 vMB 71
255,935 255,935 00000000000000258ae2390fcb2d689b63d68b4395b1c165ec8f30eaec82db85 320 0.12 vMB 103
255,934 255,934 000000000000002e74c346067ec4488daad1eaf494c0222e987feeee05e07669 62 0.03 vMB 197
255,933 255,933 000000000000000833ae517b5487fce49e9216ff77d9b16f181f35f023fc60b4 76 0.03 vMB 94
255,932 255,932 00000000000000092fb3b404efe5d3d11d89eac0cd8c106b3174319ee6fd67bd 32 0.01 vMB 52
255,931 255,931 000000000000003a28f7ec65f6feaa516564cb49f1125e10a3b44c940db55994 576 0.23 vMB 111
255,930 255,930 00000000000000267389e4687ce322bdfd9b5fb2adfbc93d9afa323503d6de32 9 0.00 vMB 30
255,929 255,929 0000000000000011af01c060a603ff53a6b09ed0866448a0e9a8d9a76d053f62 96 0.05 vMB 66
255,928 255,928 0000000000000017aa76c6e886c4a5516b8be7ad1a87ed6359e9c294f2184454 226 0.10 vMB 121
255,927 255,927 0000000000000002d71fe3899863ebfbf145cc5b6193233c374f94658d30574e 229 0.11 vMB 103
255,926 255,926 00000000000000137f6bba1cf559b4bc674982bc2579c02899c445d65c1b49ee 317 0.12 vMB 140
255,925 255,925 000000000000002a2828f8a0a8af6ab1e7b0e1580a3e6734da122646c9b18c98 113 0.05 vMB 84
255,924 255,924 0000000000000005ab0399194ee40ed53c4b9cc9ef018b31412e16003ccd1083 84 0.03 vMB 70
255,923 255,923 000000000000003331db9112eee0ef644cbcbd20d0fa3f7b4dc0140978aace4b 77 0.04 vMB 35
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 245.96 GB
    • Received: 0.93 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.