Loading Tool

Explorer IconExplorer

Memory Pool

43,507 transactions
19.84 vMB
0.04511299 BTC
Random Selection Loading Transactions
Max Size: 112.63/200 MB

Candidate Block

Mining Attempt 98535f8e0d1062944ad96e26bc73b75f70b8a8d3133d0c3d8e22125bcb01d44e
Version 20000000
Previous Block 000000000000000000018874f947c54f57812b49683cdc24268b3f6b0182883c
Merkle Root 9b43e4429af33b7c3df6ab5e77d759566c15bd8336694a6442fb1a9348b3f082
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,781
Size: 1.00 vMB
Total Fees: 0.00628493 BTC
Feerates: 301.57 > 0.63 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,953 (755,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,890 158,890 0000000000000e4629de8aa26e96bf74946f45b944c4c6012f02511ad0f3c497 110 0.03/1.00 vMB 0
158,889 158,889 000000000000052d36f492ed2579d3937a300b9798bfc91f55c75cc8b15bcf69 64 0.03/1.00 vMB 134
158,888 158,888 0000000000000046b92328b0e93e16300b2e82996d820da0493fc906ec9352a9 7 0.00/1.00 vMB 40
158,887 158,887 00000000000004b36ff4af2bc866ee1603819b55093bf498c79513246481dcbf 10 0.00/1.00 vMB 0
158,886 158,886 000000000000045fa158ca0c26b4c06af0a109e02db2e0e14d7edf0353b60f40 33 0.01/1.00 vMB 182
158,885 158,885 0000000000000429171c80f95bb1525614276c339bf1a2dd8dbd75ce832f95c5 11 0.01/1.00 vMB 1
158,884 158,884 000000000000059240ff34c7d8ffbb60a98fd52d6a8dce96360da252efd9d5f2 20 0.01/1.00 vMB 23
158,883 158,883 00000000000008805c8a0853416dd4cbd625f65c982e41561886dc1307df408a 6 0.00/1.00 vMB 0
158,882 158,882 0000000000000c3d525cc63687a49f2b2dc00b38cee537a43ec4fb0ce2ea3a2c 21 0.01/1.00 vMB 148
158,881 158,881 00000000000007153c111e7e9fbd9bad3eb2e463b312431e0a43a975818922cb 23 0.01/1.00 vMB 212
158,880 158,880 00000000000009d0cf83c20cb771930b8dfeeced9bc20b49a6eedfa65e7b73db 4 0.00/1.00 vMB 11
158,879 158,879 0000000000000503546dafbb8969647c2b00555485a528e967a403c170d0ddc8 6 0.00/1.00 vMB 54
158,878 158,878 00000000000003791a1d98fd30fc1939cb59d4c136812174d35d7f33f5584fe5 10 0.00/1.00 vMB 140
158,877 158,877 0000000000000c7a0b3df6901a575b6e384fea4568aa1e1c9283da8f911a1994 6 0.00/1.00 vMB 65
158,876 158,876 0000000000000d4baa88850f190ea0150dfedb604a6c88c91f9f1e47595e3aaa 12 0.00/1.00 vMB 18
158,875 158,875 0000000000000678b4ceb27e833f2adba99d1b92859d60e0346030bce8071e38 16 0.03/1.00 vMB 56
158,874 158,874 0000000000000a315d62f8545232fad95545b296dd0d5f653e33a7a68aee01bf 147 0.05/1.00 vMB 134
158,873 158,873 0000000000000108174b0ee7b3308ea262ab2cc29f1dbb20ec42e6dca5f8a644 126 0.05/1.00 vMB 168
158,872 158,872 00000000000009872a48ef64848810254f1dfcb1d1851f6956026faee4a6ddc1 77 0.03/1.00 vMB 74
158,871 158,871 0000000000000402b1eec9b8c940f6eca3df7370811fd98912fdfcaf1d890403 1 0.00/1.00 vMB 0
158,870 158,870 0000000000000d2a3291e9a0e375c5803b627fb05397f2610907adb2407d11cf 125 0.04/1.00 vMB 43
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.18 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.