Loading Tool

Explorer IconExplorer

Memory Pool

81,236 transactions
30.97 vMB
0.07840842 BTC
Random Selection Loading Transactions
Max Size: 188.38/200 MB

Candidate Block

Mining Attempt 915d4948a5a1864c5b574197787ad3dd7077542de83ebbb7381498d30fe1b76d
Version 20000000
Previous Block 0000000000000000000130b675716c29c3282dad43e5a337992f2918648760de
Merkle Root e647afa6b869b3880d6460daea92464dc97d5bc368266b68ec3c599bf38b0355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,260
Size: 1.00 vMB
Total Fees: 0.01177101 BTC
Feerates: 73.20 > 1.18 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,209 (241,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,874 673,874 000000000000000000011ff0ef77d79306f8d2c604a8172e81774f737f20bc2b 2,445 1.00/1.00 vMB 108
673,873 673,873 0000000000000000000c27ae2d26edc8f1d760f759e5e7cd80b3e4f15478fa03 2,036 1.00/1.00 vMB 54
673,872 673,872 00000000000000000000ada4ee1ca4dac6ecf4584ca9d42b16ec2cd7dc50111c 1,817 1.00/1.00 vMB 95
673,871 673,871 0000000000000000000c46b026838ed7c1d42bfbcfeec3188c12f0db8ab18043 2,393 1.00/1.00 vMB 90
673,870 673,870 0000000000000000000880975f1c9751165fcde618ff5c541bc8186fdce09486 2,134 1.00/1.00 vMB 49
673,869 673,869 000000000000000000099f7dc6d04237b6e69ba775d4c5eb0f7c48da4ca07dc6 1,757 1.00/1.00 vMB 82
673,868 673,868 00000000000000000006dcdecc5f71e469c2c82fb7bb754bed609bdb0e0a8f8a 1,734 1.00/1.00 vMB 74
673,867 673,867 000000000000000000015dc0b68c6f63900475b41367491df9ca1e0b1ce66884 1,156 1.00/1.00 vMB 100
673,866 673,866 000000000000000000088579c227aad3b6c1a9f50cb8d2d0ae5f935c96050708 1,604 1.00/1.00 vMB 108
673,865 673,865 0000000000000000000cf4809bcb324eaa5ffd24f153a68a00fae4c93c5b1024 1,584 1.00/1.00 vMB 28
673,864 673,864 000000000000000000018bcd97d245f054da64df5e3d204182d2c9d032032366 1,768 1.00/1.00 vMB 46
673,863 673,863 0000000000000000000985863cfae2ba05dee4756d75abc88413b922fce42feb 1,847 1.00/1.00 vMB 64
673,862 673,862 00000000000000000008d9d2ca4cf0ba8963094ce763daaab51f8eba7ac3daed 2,903 1.00/1.00 vMB 105
673,861 673,861 00000000000000000003d3d1b9d75903936d007a498f734902fabae1c383d7a5 2,536 1.00/1.00 vMB 44
673,860 673,860 0000000000000000000b4388af7994beb6cd0901b1d4b266ea6530895451bba3 1,948 1.00/1.00 vMB 41
673,859 673,859 0000000000000000000b4863434a8936d4a30027b127829c6db343f302163f3d 2,627 1.00/1.00 vMB 83
673,858 673,858 00000000000000000001cb7a8f43ffb7f8297238f9cebd4a76de7253aa0f350e 1,994 1.00/1.00 vMB 80
673,857 673,857 0000000000000000000cc4a88cd218f2166a1be2d5e87c9719082d7a863a0d3a 1,916 1.00/1.00 vMB 97
673,856 673,856 0000000000000000000ac3742de5b03dbcd633dc20cdfe006ac14727e538d92e 812 1.00/1.00 vMB 97
673,855 673,855 00000000000000000009e6b437baef73a3af599d80a64f51612b009940000676 2,476 1.00/1.00 vMB 105
673,854 673,854 00000000000000000003ed8107708441c0fd2a3325479ea58985a25405dc4a6b 2,977 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 782.75 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: 708.74 GB
    • Received: 16.76 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.