Loading Tool

Explorer IconExplorer

Memory Pool

82,500 transactions
31.13 vMB
0.11915099 BTC
Random Selection Loading Transactions
Max Size: 183.12/200 MB

Candidate Block

Mining Attempt b527d5f3ee037afdac13b46946fb6ca4aee107cfb1e1a1cc8f406d3e129c724c
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 1de17cb6438f8e504aaa5ea061d449fe7b3f17a81942d3234647145825dce9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,718
Size: 1.00 vMB
Total Fees: 0.04055816 BTC
Feerates: 150.77 > 4.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (255,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,899 659,899 0000000000000000000de26e915f0cbd105fb06d671e91c6c91368ffbd514fba 2,956 1.00/1.00 vMB 134
659,898 659,898 0000000000000000000e91664332817f0ab772fd41df027c904c3a26940178ca 1,362 1.00/1.00 vMB 68
659,897 659,897 00000000000000000001184cb23f99dde7bc6fbc4e665d69c29ce9834dc4d549 2,328 1.00/1.00 vMB 49
659,896 659,896 000000000000000000064837e667166025be1b7d005f24d6b77d82982da2e567 1,462 1.00/1.00 vMB 43
659,895 659,895 00000000000000000000d37cb3ef785b5b644ffec1734ad8d80f6f5e581b3d0d 2,817 1.00/1.00 vMB 107
659,894 659,894 000000000000000000043f56b29fc7c4ba2ccbdef7e987e30d6dabf4271573fe 2,280 1.00/1.00 vMB 75
659,893 659,893 0000000000000000000047fe797c3b856f7725fb3b22fae70f6575070a917eaa 1,980 1.00/1.00 vMB 18
659,892 659,892 000000000000000000046f3184ee390fef2851a6a9f256b375c1c5537c659507 2,683 1.00/1.00 vMB 11
659,891 659,891 0000000000000000000e6da822907db1b1a14b31bb54264fb1f51e38b9b24bac 2,433 1.00/1.00 vMB 67
659,890 659,890 0000000000000000000c07705950d7ff0f51315233e6a78a2a355fd37939fa70 2,365 1.00/1.00 vMB 64
659,889 659,889 0000000000000000000b699b124f634a8c03242481947e5f5564a5c5cf70c1ef 1,983 1.00/1.00 vMB 130
659,888 659,888 0000000000000000000013a35ffbddfd1227fa5dc312095cda3111c7458286c6 1,969 1.00/1.00 vMB 30
659,887 659,887 0000000000000000000622be8298d5f86421c7f3d1e3a66ae148a3dca67a2318 2,781 1.00/1.00 vMB 116
659,886 659,886 0000000000000000000579780bd0540ea6c011782850dac256ae8ce9532999b0 1,467 1.00/1.00 vMB 41
659,885 659,885 0000000000000000000de34e328f66c9d8b8b0381d7a21e05ebfa9b35973ba2e 2,018 1.00/1.00 vMB 80
659,884 659,884 0000000000000000000514ae28a9889be7a03ab6bb101c03edb6183f3dda9a06 2,616 1.00/1.00 vMB 139
659,883 659,883 00000000000000000008ce1851f991715fd0771d8f0b2147785d7eee3cf877bc 1,665 1.00/1.00 vMB 9
659,882 659,882 0000000000000000000aa0cf4b1ce213eaa66a210f8579f9ad03bed359745b33 2,494 1.00/1.00 vMB 33
659,881 659,881 00000000000000000008082c5e0baab4ef0b778c0355ff21de744e4c9efd0829 1,924 1.00/1.00 vMB 20
659,880 659,880 0000000000000000000aa395fa03b3d03e2c80992a03179b9db09ca60f2729ca 2,475 1.00/1.00 vMB 108
659,879 659,879 0000000000000000000e5feba269e378d2cb669e9bc05032a1764009350dd5fe 1,730 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

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