Loading Tool

Explorer IconExplorer

Memory Pool

29,282 transactions
6.65 vMB
0.05265398 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.81/200 MB

Candidate Block

Mining Attempt 443246d3f49c6c27a8caadb1ee1b80aeddbcba8ef32d023b30c33ffb37051923
Version 20000000
Previous Block 00000000000000000000b34c3fbb0151989a03d8fe589af6a5621528e6786c29
Merkle Root 0ec452c83b8cfd76b152c439e3aa0987d99f4cd594473f0328f6e42bafeb83f3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,277
Size: 1.00 vMB
Total Fees: 0.03580736 BTC
Median Feerate: 2.98 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,247 (664,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,748 248,748 000000000000005aac70a42ac2460db9dcce7808613e0bf61100bd7c1ab3eaf3 512 0.23 vMB 70
248,747 248,747 000000000000002881237258152a87299dce69fa94c266fd00275c96342b9ec2 21 0.01 vMB 124
248,746 248,746 000000000000007c6e1d01a2967190671de57889e645903a9f456d6ceacea556 216 0.09 vMB 136
248,745 248,745 000000000000002fe4d74af86898d92b49034b61d903f6c70a0bd8ae17c0a38c 173 0.08 vMB 113
248,744 248,744 0000000000000086ab1e40e3b986aa093e1199ff0360accae5e27d9c611dcb9f 415 0.20 vMB 108
248,743 248,743 000000000000001e4c66ef07337aef3f5e61096c552f808bac4d32f279aa69d9 452 0.19 vMB 132
248,742 248,742 00000000000000060da1e05099ba71590f2f88dfdf106e2c7720a74eee8693cd 49 0.03 vMB 48
248,741 248,741 00000000000000826da4c66cc8ec7a626e21da2eee80efe7857428d7fa5ec927 215 0.09 vMB 169
248,740 248,740 000000000000000892fcb0ab8ae3cacbe70d395d923ee5aeee89588c75615213 573 0.25 vMB 153
248,739 248,739 0000000000000010661b6bf60586d0fc092367d04aaff23744ec6536dfd2ec25 17 0.01 vMB 30
248,738 248,738 00000000000000772fc2a38d728f1c893c95cd5f110029489e53fc81236b3da8 314 0.16 vMB 127
248,737 248,737 000000000000006d168cf08fea704ac509016fa697b9eb88a779be62584345ec 472 0.22 vMB 195
248,736 248,736 000000000000004bb007c31e31d713778b2cf666a5586aee350b1d5126da1f86 256 0.12 vMB 100
248,735 248,735 0000000000000000bd25372b2b5e683fc81278bb36e074435312f12aaf792dd5 173 0.07 vMB 77
248,734 248,734 000000000000000b474797b1adc6de09a861b40adb06143870880b3df30c6340 597 0.25 vMB 196
248,733 248,733 000000000000006b0d683c292d3918ba2509f3efc46455e7f0071036a38bf937 293 0.11 vMB 183
248,732 248,732 0000000000000063052029d383e57b98a2090774ed613817587f0e9c377dd85b 297 0.16 vMB 127
248,731 248,731 0000000000000035fb85ad0430db7f07ca5d4e156401a4bb31fc986210464263 450 0.25 vMB 158
248,730 248,730 00000000000000614a5e2ffdccc0644076e94c6f1782b828391da07e023ff3bb 480 0.20 vMB 165
248,729 248,729 0000000000000077ae6319b2e9c929b07cfb3abbeda3cbd6c0bbe6b67736c347 641 0.25 vMB 165
248,728 248,728 000000000000006ad5b40c0d885c70564e9ce59118d4356be2c1512ef8930ae4 7 0.00 vMB 148
Previous 10 blocks ↓
Total Size: 779.29 GB

Node Details:

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