Loading Tool

Explorer IconExplorer

Memory Pool

74,967 transactions
27.65 vMB
0.07707509 BTC
Random Selection Loading Transactions
Max Size: 168.79/200 MB

Candidate Block

Mining Attempt 284c9ef87dfb21198ad32defcb0f6c92d07291672b3a8ec6029d539ab5d150f9
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 8d55be6b397433ded5d09b51b67774f7246185ef156f35585510131c5d411127
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,223
Size: 1.00 vMB
Total Fees: 0.01796640 BTC
Feerates: 100.08 > 1.80 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (121,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
793,937 793,937 0000000000000000000016787e1fa887402536e7794f538ef16099f6410df47d 3,033 1.00/1.00 vMB 30
793,936 793,936 0000000000000000000189b5eb1fff4595141a1598c5aa565b813f5fd472bcdb 2,596 1.00/1.00 vMB 20
793,935 793,935 0000000000000000000396dc12352860c41eee8d6951345db32901e09392eb0f 1,025 1.00/1.00 vMB 15
793,934 793,934 00000000000000000004400bc5147d573d2a08c7f4a95f6a5f72e559b3d21053 2,025 1.00/1.00 vMB 18
793,933 793,933 00000000000000000001cd6e4b1a16116079c60a2d1500a813b3f1d471d4a591 3,983 1.00/1.00 vMB 20
793,932 793,932 000000000000000000003adff290f330ff1b266b3fb5f0a2e5f50d0a59178d71 2,858 1.00/1.00 vMB 11
793,931 793,931 00000000000000000001bb7f40788860bf9a22e5909053e57d9ef3d395fc81a2 2,731 1.00/1.00 vMB 24
793,930 793,930 00000000000000000001de76ecd68e240a1e47d3705e6c5f6c6c1a4dd3d84e13 2,935 1.00/1.00 vMB 31
793,929 793,929 000000000000000000007bb584a0313a2f636f25f89e78c092d0d27296a5e31e 2,437 1.00/1.00 vMB 22
793,928 793,928 00000000000000000005183cea64d318df5389efdf7a3aa937c820f8b3c6393e 3,105 1.00/1.00 vMB 25
793,927 793,927 00000000000000000000477f48c74a61569fc9c31709ed3fd2c362cd7e5a1962 2,859 1.00/1.00 vMB 27
793,926 793,926 000000000000000000013cf9102fb112e4f4bb4b40e1cf5e35afc4ed7c7c3991 3,014 1.00/1.00 vMB 40
793,925 793,925 00000000000000000000fd2083fbd7e0831cd77343c88027b68e41fa19528749 3,492 1.00/1.00 vMB 19
793,924 793,924 00000000000000000002ee17a62674ccf678d7558805dd135cee1341d062308d 2,736 1.00/1.00 vMB 18
793,923 793,923 00000000000000000003bd8268737390e18a13145a84b98b9576d37e45171651 1,470 1.00/1.00 vMB 29
793,922 793,922 0000000000000000000455630d9004eade6a0bc73d88763a8698295a48048d98 2,606 1.00/1.00 vMB 15
793,921 793,921 000000000000000000051531d36d2234f21166a4dd6800240b3fa816f809bda5 3,205 1.00/1.00 vMB 24
793,920 793,920 00000000000000000001304eff1899e48e1d19f71565951f6c9105bb5dceb0dd 3,024 1.00/1.00 vMB 43
793,919 793,919 000000000000000000047e943d2ddce6f15f67b2c4e942aaca558785ea091a06 3,082 1.00/1.00 vMB 40
793,918 793,918 0000000000000000000068e52061c1683eb0ac67d75a85466f3425b3b587cb97 2,722 1.00/1.00 vMB 19
793,917 793,917 00000000000000000004a93a184a574f978b950edda03c4d6bcf27a91e83e0a0 2,354 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.85 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: 712.49 GB
    • Received: 17.17 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.