Loading Tool

Explorer IconExplorer

Memory Pool

45,555 transactions
27.36 vMB
0.10285675 BTC
Random Selection Loading Transactions
Max Size: 144.25/200 MB

Candidate Block

Mining Attempt f50e0c7a7c0527ec78c52ac81845753d06bbf5dadfe3b7f35ea1abb97b6292bc
Version 20000000
Previous Block 000000000000000000006d5dec801a101478f03b45279c1f23f252ebcf40ea3f
Merkle Root 3e6e908b89206beb570a5182a49fc4c35691866c4d1580392320f05247b13d6c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,141
Size: 1.00 vMB
Total Fees: 0.04851436 BTC
Feerates: 201.07 > 4.86 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,880 (357,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,009 557,009 000000000000000000267fba91b65ceb97af74e9e62cf56e1595c7b780789797 2,142 1.00/1.00 vMB 7
557,008 557,008 0000000000000000002e9bc02306fb580b26cb7612cf4b737b49b3f7c684f709 2,011 1.00/1.00 vMB 6
557,007 557,007 00000000000000000030de6c9ace764f02cbba325509e31ec53cc65913392b34 2,289 1.00/1.00 vMB 9
557,006 557,006 00000000000000000009ea393b92be5326bc5982d9f4a14b14f98a9b64b8ef8c 2,755 1.00/1.00 vMB 15
557,005 557,005 000000000000000000196fdb735f4c1efae6c8eb8e8d8bee7911d7778ffce355 900 1.00/1.00 vMB 4
557,004 557,004 0000000000000000000e21e3bb79665965afb8ef65c8a527ac9f705684401834 1,922 1.00/1.00 vMB 4
557,003 557,003 0000000000000000001da7830f251dab47c13aeaaaffbeb37abdf683926f3dc8 3,304 1.00/1.00 vMB 7
557,002 557,002 00000000000000000026fd9dd66ac8454121af0f74e491aa63263b3257f9140a 2,874 1.00/1.00 vMB 43
557,001 557,001 0000000000000000000a10f210d0d43dcd4ec49275458a12cdd4f7bf6dd35355 2,275 1.00/1.00 vMB 8
557,000 557,000 0000000000000000001e27534de5d2f0f24cabc0a4b4f9db59a6df819347e2e5 2,480 1.00/1.00 vMB 6
556,999 556,999 0000000000000000001078f8ea9e777bed68f20caadc1b4b5e7c0d141ee59847 2,864 1.00/1.00 vMB 36
556,998 556,998 00000000000000000027d5a0c53237474fea3ffb3fa126ca2c8090990910af9f 2,720 1.00/1.00 vMB 20
556,997 556,997 0000000000000000000d7e9e7410f64a478344c7018cc3e9d456d0b04b2db6a7 2,761 1.00/1.00 vMB 9
556,996 556,996 00000000000000000021f94cc97b0f7efa8b659793f8c464d9bb517302b7ed33 2,685 1.00/1.00 vMB 45
556,995 556,995 00000000000000000001bdca9e26047f576622704e3fbaba95bc8bdfa6785611 2,839 1.00/1.00 vMB 10
556,994 556,994 0000000000000000002cf8c854051badf962a43affade9509f3c2773183e8e94 2,364 1.00/1.00 vMB 25
556,993 556,993 00000000000000000029b5c2b1558f013343c9aaf9605ebf9f8e77da0666bffe 1,539 1.00/1.00 vMB 43
556,992 556,992 0000000000000000001eed5b22d1fd3160a4d8cf30a3958d258219def0d7b036 1,841 1.00/1.00 vMB 14
556,991 556,991 0000000000000000001d0fc3bf81795e384315ffdaa404bf4b4a19ddf9b0c5eb 2,425 1.00/1.00 vMB 14
556,990 556,990 0000000000000000000d879dc930c6732e816fe4c2840dd3910aa7778af805b8 1,720 1.00/1.00 vMB 12
556,989 556,989 0000000000000000002da6549aa68ed57e40e0a1f018fde9c6a8c25316d41240 2,672 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.17 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: 653.58 GB
    • Received: 13.95 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.