Loading Tool

Explorer IconExplorer

Memory Pool

39,831 transactions
18.40 vMB
0.15253952 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 99.48/200 MB

Candidate Block

Mining Attempt 391471dd633715a807f9110956f154557d71750412a8c80998cd8679729f272b
Version 20000000
Previous Block 00000000000000000001f9031a1149e0ca831bb425bf636c4a0456659e3abb3e
Merkle Root 97bc825990f8a6156995ede3cbab837e4739f10da5305616190d03edadbc2788
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,864
Size: 1.00 vMB
Total Fees: 0.03241306 BTC
Median Feerate: 3.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,324 (774,737 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
138,587 138,587 000000000000059295d84505c06c6377f731d227250f4604d9680805e333e988 36 0.01 vMB 115
138,586 138,586 00000000000006c96657dc6ef622307b2c269bbf0c272534e85de8c18f4573c2 1 0.00 vMB 0
138,585 138,585 000000000000060b392d06a3947e6c55c47794518afdbeaf9744b199fff3998f 53 0.02 vMB 155
138,584 138,584 00000000000003bf30a2a3ee90269e648f8929611e38f24aa9bbbd5cff9e67d2 25 0.01 vMB 301
138,583 138,583 0000000000000202dd53abb7b8f7cb1e30573a7cd3ef71b17520fc9984767dc2 52 0.03 vMB 257
138,582 138,582 00000000000001206bfc086c25d3668667b37f750f8a3e24e9085d783a046e6d 27 0.02 vMB 35
138,581 138,581 00000000000002606773ea2ba97f8eedbd5e738f17edeb2d4fe3539f66ae01ce 9 0.00 vMB 483
138,580 138,580 0000000000000636ee2328e501de1a29abfc78ae192de89a3f887221fbfb5e70 17 0.00 vMB 51
138,579 138,579 0000000000000350bf8f60e3706342d986676be6ef60c1a87009038d8781a0cf 18 0.00 vMB 229
138,578 138,578 00000000000009d72e4b75efdd2bd42846730d74d5c56fed4e0529cb4982f770 27 0.02 vMB 365
138,577 138,577 00000000000005a20ad3e887f979a28a846dcd1fe53917b359127d6babf090e3 49 0.02 vMB 125
138,576 138,576 00000000000005aa32d2bd2752089bcf81281b050fe2bb5e78961e2e0ff9fd1d 27 0.01 vMB 79
138,575 138,575 000000000000017408844ef8e19c29bc1d6c08433ea6c6134750dd62fd82dbc5 19 0.01 vMB 206
138,574 138,574 00000000000003518c0edf35b3d6841c3debd71a84cfc3f0a6c49c56b58596ee 69 0.03 vMB 228
138,573 138,573 00000000000005ed38f4dde46f18b671666d18c66b75adb2d95a71992f736098 13 0.00 vMB 78
138,572 138,572 00000000000004f4a033310d2930611276662bba04cd3582d3d299857523800a 4 0.00 vMB 60
138,571 138,571 000000000000082796c80a156d5185814274bc90da9d51553456de6299da4d7f 19 0.01 vMB 187
138,570 138,570 0000000000000070f2b19a5ae09b99e5f6fb3c2d2951632aaf06676be163076e 36 0.01 vMB 250
138,569 138,569 000000000000037cff3a932f4d4f40f42bedb50fc075693ca4cf6f656480fa93 19 0.00 vMB 104
138,568 138,568 000000000000042086f6b395baee8b39dbd63dfbfc0e10f06a740aa368f3bb24 35 0.03 vMB 297
138,567 138,567 00000000000006d1fb78d9fd56b6d642ed6678b177d66bdc2f4451e609fa3cb1 16 0.01 vMB 89
Previous 10 blocks ↓
Total Size: 779.43 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: 125.32 GB
    • Received: 0.50 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.