Loading Tool

Explorer IconExplorer

Memory Pool

70,555 transactions
27.29 vMB
0.09668687 BTC
Random Selection Loading Transactions
Max Size: 162.25/200 MB

Candidate Block

Mining Attempt 67e204be1eb321cfeb18b5d29e30da2e8db9ffdebc34111064d6f707c5e75a7a
Version 20000000
Previous Block 00000000000000000000e8ef889c1b13289136c7e04de862ebdaa50553042257
Merkle Root e80d65060f8009047dd0fc03d9d845f0ee07203cc20b165f647c0ea8074aa01b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,445
Size: 1.00 vMB
Total Fees: 0.03123186 BTC
Feerates: 150.93 > 3.13 > 0.70 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,533 (886,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
28,926 28,926 00000000ca37db1620c8315a6f8ff1d11bdc48ee9670335533d61f3d55e330e7 1 0.00/1.00 vMB 0
28,925 28,925 0000000038bed7d83362a4f1cbb53eb72e66923f0b10ac94f4bb9b5c0f884ae9 1 0.00/1.00 vMB 0
28,924 28,924 000000004cfbef16b140bdf22f809fd6a9fdce02e83302dfa42884b7b42a1e7c 1 0.00/1.00 vMB 0
28,923 28,923 00000000b835bd8634cff45e110f222c2f333f64de0fd3241535d29ff06e55b8 1 0.00/1.00 vMB 0
28,922 28,922 00000000655fae7751531292665f9127097673e422082f9ae29ad307d8075cfe 1 0.00/1.00 vMB 0
28,921 28,921 000000009cf6d594dcd9f2dbef01bd0d95da2c73d82303043f1d3f2859ac94ce 1 0.00/1.00 vMB 0
28,920 28,920 0000000098462049ba3dc8db66d73ea7a00de0e0995d17b82a0f753f8a2ca79c 1 0.00/1.00 vMB 0
28,919 28,919 000000003d68658f9cbf10dc4fce36727332ea8f64a25fcb75c72a52a0d187c2 1 0.00/1.00 vMB 0
28,918 28,918 00000000e5e15197b29119e6944a3f3de7c0bec23e24df471d9841ddf632ffa2 1 0.00/1.00 vMB 0
28,917 28,917 00000000a6bbfb2b792645ea1d9842e98e113eaa5afa53329178853bf2fe2d54 1 0.00/1.00 vMB 0
28,916 28,916 000000006b5916641fc0f1004eed10506815f69091cbf17fd9d62bdf31add2aa 1 0.00/1.00 vMB 0
28,915 28,915 00000000a4f989242696ed56fe3ce7b857f1c47971968815d3087ab20d5774e0 1 0.00/1.00 vMB 0
28,914 28,914 00000000892571969d542dc56ed6e160bc940698dee1159ae64e0251de08846d 1 0.00/1.00 vMB 0
28,913 28,913 0000000048f3a6cc1515a41ba2751c4232b004cda1423142b3cfe8d43b494fba 1 0.00/1.00 vMB 0
28,912 28,912 00000000a4b397ed0e0a979a88fc2ca19c71c5c8f6fae46878eb3b1e5b1070c5 1 0.00/1.00 vMB 0
28,911 28,911 00000000327c41e204973660462a4ede011ce8856a703106ab21c9119a0843c5 1 0.00/1.00 vMB 0
28,910 28,910 00000000a8119b8c967ea518333e17ad51b7912725954dcff8a61fa21eebb7bf 1 0.00/1.00 vMB 0
28,909 28,909 0000000041e3efc14e4718fa55dd01b963b80d22f306754a43559863ed03cb61 1 0.00/1.00 vMB 0
28,908 28,908 0000000026da8d3498f9f6bc452b073ff07a5b75db49e074b96fb1ad8d011bc8 1 0.00/1.00 vMB 0
28,907 28,907 00000000cdff795d30a8a9464524fca52576abdf9d017fbd78d6dc3338849787 1 0.00/1.00 vMB 0
28,906 28,906 000000000339fb128c832124b6619329d102e25c756d9b463f68ca4013fd26e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.32 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: 767.39 GB
    • Received: 19.41 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.