Loading Tool

Explorer IconExplorer

Memory Pool

80,539 transactions
30.96 vMB
0.09284221 BTC
Random Selection Loading Transactions
Max Size: 187.44/200 MB

Candidate Block

Mining Attempt 4ab5db25ccfaf53bf53e68b244ae4ea68415e2f649fa540cd71b6651ed0d4482
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root e2eb998e234c0c971bd989273fc7bfeb7d6cd88ec7697ff312b659e137f35135
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,197
Size: 1.00 vMB
Total Fees: 0.01842874 BTC
Feerates: 106.51 > 1.85 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (438,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,785 476,785 0000000000000000006dc9e5184e5ab6400d489489d643cc8133c2ee5455cf7a 1,930 1.00/1.00 vMB 136
476,784 476,784 000000000000000000b01b490a1c1f383e10feabefbe0afda46e185b42928ab5 1,669 1.00/1.00 vMB 116
476,783 476,783 000000000000000001251b10cbbd2693f56e38729e7134d97bbf91f2f94b1583 2,028 0.99/1.00 vMB 188
476,782 476,782 0000000000000000015bd45b2c9430f6e834ec66e7a8d2644451fdc5cb662cee 2,121 1.00/1.00 vMB 162
476,781 476,781 000000000000000000689b9d40984473cda5c0efa876115bcb0030d0e8767e92 1,978 1.00/1.00 vMB 178
476,780 476,780 0000000000000000014d230265235c063c0abf65e48737dd2b4619e3e4223cd7 2,186 1.00/1.00 vMB 178
476,779 476,779 00000000000000000009f813617a53d5c803f8355fcb062192c52aff14b2339a 2,310 1.00/1.00 vMB 240
476,778 476,778 00000000000000000021faf102b64637bdde0749e4bf6dc7e0705e3a589efb4b 1,660 1.00/1.00 vMB 150
476,777 476,777 00000000000000000038cdcc32a1adf97c331b199ee782a2314e0c750e6f3da6 2,096 1.00/1.00 vMB 203
476,776 476,776 0000000000000000012568ea3330aec8bc9c4e6c11406c5d9857dc2774e65b57 2,057 1.00/1.00 vMB 223
476,775 476,775 0000000000000000005d39be012e3d6bf60e5ac4f2d3ef8d272300fb3b9bbec9 2,147 1.00/1.00 vMB 177
476,774 476,774 0000000000000000007dfbd45fe803c83efa500178a6775770e04e6fdfc83e05 1,965 1.00/1.00 vMB 223
476,773 476,773 0000000000000000014962c860901fdfed0ff1a16806b3329b33c9f79289d755 2,490 1.00/1.00 vMB 279
476,772 476,772 0000000000000000003e57096245e1ddd4b92a9be0e8efadf0d0d74bc20ccb6e 966 0.52/1.00 vMB 200
476,771 476,771 00000000000000000072f62f8751343686cd8ebbbaaa7cf6f121f08d66340294 1,993 1.00/1.00 vMB 218
476,770 476,770 000000000000000001574764a1f168eb988fc093e0fefd92a3703f73aa4f20d8 1,714 1.00/1.00 vMB 194
476,769 476,769 000000000000000000752f15764f876389a312a8ab4443c40b7f5fd6fd2b97cd 2,090 1.00/1.00 vMB 177
476,768 476,768 000000000000000000ea12d5c32f279e88abc01ef71b11519cd4076d58ca3589 2,005 1.00/1.00 vMB 153
476,767 476,767 000000000000000000bcd44d0aefb055d3022a1c01e3cd32e6d5bcf5c697e844 1,987 1.00/1.00 vMB 200
476,766 476,766 00000000000000000109a41edeaaad74eb697e2fd47238a223c8800c008d219c 2,084 1.00/1.00 vMB 205
476,765 476,765 00000000000000000079176f20e0bfa10d681db41300ace5ddc3e3d12836aafe 2,074 0.99/1.00 vMB 226
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.