Loading Tool

Explorer IconExplorer

Memory Pool

42,262 transactions
19.62 vMB
0.04226834 BTC
Random Selection Loading Transactions
Max Size: 111.00/200 MB

Candidate Block

Mining Attempt bf93079bdf93b411d79dfef2317402c8b994fc3212d7428bffb9f996e13b96ba
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root f8094faaa0bb882bcef66250cf6e0ffad5ab93914db500a07eaeeac13e36335f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 7,067
Size: 1.00 vMB
Total Fees: 0.00415288 BTC
Feerates: 301.57 > 0.42 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (787,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,517 126,517 000000000000142b9cee7732f60274a2ba04fc7b1bfcd46f1b99ec5b8b29cf3c 6 0.00/1.00 vMB 316
126,516 126,516 0000000000003feb6d0bf4028037593cd899a43f80224b59e8cde020e99fed30 4 0.00/1.00 vMB 1,293
126,515 126,515 0000000000000d614780bc676be036cedaaad53a1d19cf37f5f6849eac2279a0 15 0.01/1.00 vMB 375
126,514 126,514 00000000000004a6e37d6972cb30e8339ff23e48280cab4ddfd18bdc2fdc2aa7 1 0.00/1.00 vMB 0
126,513 126,513 0000000000000ab8eb1ff542a439d9a0a2dc9af444dd59640e86208cdad993aa 10 0.00/1.00 vMB 377
126,512 126,512 0000000000000984dd2ef1378370d50227ad27c4fca1869f4fb6b6cb2572110b 11 0.01/1.00 vMB 444
126,511 126,511 000000000000441328b732261bd1063fd103171bcb1adccfcc04e7379232d31c 8 0.00/1.00 vMB 973
126,510 126,510 00000000000002c97abb8e0d181852aa0b5bbd5b187f6ebf0d7bdf085038de13 32 0.01/1.00 vMB 1,060
126,509 126,509 00000000000031736548b69194d29471187b419c51e155ae19dfe9a9f9c842cc 22 0.02/1.00 vMB 681
126,508 126,508 00000000000003fb8a268c9c78ebdefbbe8247e5a3ea0464e7372eb325ba50a7 14 0.00/1.00 vMB 1,523
126,507 126,507 0000000000000569e5484356dee06d0651222930d34cab79bb906b72025122d0 42 0.01/1.00 vMB 8
126,506 126,506 0000000000003604ad199d2c1be3ec95c0da89e502ecd73788f263e6a88b72e7 33 0.02/1.00 vMB 1,081
126,505 126,505 0000000000000ba799804225ec96c92b6883eaf6b93e23a267e6e73a75ae1614 12 0.01/1.00 vMB 1,068
126,504 126,504 000000000000171e1b742c34ecff2a3c7f21112d581411a9427a2ef07e672a36 39 0.01/1.00 vMB 2,982
126,503 126,503 00000000000021647910cfb834beeb50ab88b6252a03172a14b11c9eae06de03 8 0.01/1.00 vMB 374
126,502 126,502 0000000000001f9a587a0016782423c3539af47012aa62e492b7a2a3ed04d045 10 0.00/1.00 vMB 0
126,501 126,501 00000000000036e9d2ab127a46e4f7ae58ac304cd54bbdf0a79819e25e0a9ec8 27 0.01/1.00 vMB 757
126,500 126,500 0000000000001b0448b385b0a2616852cb8c16b1d5f6cc63ef5fec74922a1138 10 0.00/1.00 vMB 2,479
126,499 126,499 0000000000003554e39a61ca807d0e6bc4cf8e251ea88b134bb11bf5024719f7 20 0.01/1.00 vMB 1,213
126,498 126,498 000000000000342a75b03025f1af7633813f6f12bd1d021faf483ea6baea1ddd 58 0.02/1.00 vMB 614
126,497 126,497 0000000000003cd537a4ebd343b7005a2a137adc5d37d7cc793b19de78ee4763 37 0.02/1.00 vMB 1,062
Previous 10 blocks ↓
Total Size: 780.53 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: 535.15 GB
    • Received: 5.89 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.