Loading Tool

Explorer IconExplorer

Memory Pool

42,072 transactions
18.35 vMB
0.18563383 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 101.36/200 MB

Candidate Block

Mining Attempt fb369917781daa4114c027772284b6e91f3e1a08aa411a13bbda36d12b834c6b
Version 20000000
Previous Block 000000000000000000020ccee460118136cbb70bebcfd201e05537e2e146409b
Merkle Root 395f19ee3ba9a2ee58dd80c29164334334434380e035d18afea73dee269b4706
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.06123538 BTC
Median Feerate: 5.02 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,321 (684,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
228,936 228,936 000000000000026e76db005788ba71ce6a96415cad9a4c1fa2ef7441967327cf 304 0.13 vMB 168
228,935 228,935 0000000000000269ab20e89daeefdc29c885eb0295eba3203b6ab021eb6735a1 1 0.00 vMB 0
228,934 228,934 000000000000027becaea24be82d7f92cf528fa52384468ed98d99ecdf8a97b8 349 0.16 vMB 169
228,933 228,933 000000000000024f4735f8b9d4dafa82bc07f0fb376f3cf5c9edfc8a365a0d54 630 0.25 vMB 207
228,932 228,932 0000000000000100e1f2aec34d6c37a22c1f60bcfd8d18d592cdad2d509df1af 335 0.15 vMB 180
228,931 228,931 00000000000001f8dc1bb674b9e36aa4e3594dbe6ce217d19baeddcd843ac962 191 0.08 vMB 143
228,930 228,930 0000000000000112ad070a3da1fad14d05df48a02f72a4660806c006a7248eda 335 0.10 vMB 24
228,929 228,929 000000000000009600fa38ad15b76bac8dd954d95d7ec49df97832a4aff87fb7 468 0.23 vMB 148
228,928 228,928 00000000000001d84ac2d1425a08d6c5d77f11cce60cd383dc968d3e9f645c37 128 0.04 vMB 236
228,927 228,927 0000000000000255c9ca83e5caaff3c67ba0e90106b09f1c84a4cca10efa9ab0 465 0.20 vMB 218
228,926 228,926 000000000000017eb19cfa3843ea06a770a919283813869e52080a2ac306c990 5 0.00 vMB 0
228,925 228,925 0000000000000220ce0b65ce7158a132282e17033cb3fa7288c0e6baca92fa6d 174 0.09 vMB 114
228,924 228,924 0000000000000137b007b81bf302dbe096fc9566fa9ae51aa75b75883e7e17d6 525 0.25 vMB 194
228,923 228,923 000000000000024597814126cc0efbc27e059884c5df643ad34184167c7863d0 149 0.07 vMB 122
228,922 228,922 000000000000008838278576f836ae35c45d672b8a237188ab08773b21c769f5 616 0.34 vMB 165
228,921 228,921 0000000000000161b3c015e95af24a460f30b1803b807c2c7e3e91b705d9e2a9 505 0.42 vMB 138
228,920 228,920 000000000000019e2f66684f4740bad8b105e2536d84ca6372ddd10b56ae8221 836 0.45 vMB 141
228,919 228,919 0000000000000089516aa5df6470a2ad32909ec2a3c75aca0df3e82556e31434 21 0.41 vMB 50
228,918 228,918 00000000000001d7f04ae42758efa1046c88d95af9e39792be152a468eb519d1 330 0.23 vMB 134
228,917 228,917 000000000000015f9fdfeadda96472e5b55518505671d70b1c9d96c9297ac063 112 0.04 vMB 36
228,916 228,916 0000000000000053269eaaf4fb7fe5c857b3315c9207b8ec95c30869ff0232b1 354 0.25 vMB 124
Previous 10 blocks ↓
Total Size: 779.42 GB

Node Details:

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