Loading Tool

Explorer IconExplorer

Memory Pool

23,533 transactions
11.42 vMB
0.02430621 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 64.84/200 MB

Candidate Block

Mining Attempt fcdf5b8e3a8a2f3b3fa197dbb5a9e0f6dd3ffb9474e44a85b6485473a9849ae0
Version 20000000
Previous Block 0000000000000000000126449c48a21e3003b7a7e9ff89509f1ba029e6b36bc1
Merkle Root 861284678fe0992a4ce099b5c5e0713508b7698052aadb2598914080c5f6a589
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,648
Size: 0.99793475 1.00 vMB
Total Fees: 0.00570779 BTC
Feerates: 67.24 > 0.57 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,780 (553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,227 913,227 000000000000000000013c5056580b5ab980de01ecfce4ef6c5d2d195a9a371f 2,911 1.00/1.00 vMB 3
913,226 913,226 000000000000000000016ab6a894f36a196d51cda84e47c1d4e51ee548839bd1 1,412 1.00/1.00 vMB 6
913,225 913,225 000000000000000000014f6fd6c19e3cb8fc09bb6db448ab55e138978a0cb11a 2,728 1.00/1.00 vMB 3
913,224 913,224 00000000000000000000dfe1036d7254b06c2dd375bf5f4768672b4c82b08c56 368 1.00/1.00 vMB 2
913,223 913,223 000000000000000000017d167d2573cae8a87fbcf2de66d117e9a389489ac3dc 1,362 1.00/1.00 vMB 2
913,222 913,222 000000000000000000018c023f819f79210c69673a9160c3d44423c304872a47 3,438 1.00/1.00 vMB 4
913,221 913,221 00000000000000000000ff025119fc1a893834cb4569c99c938adb36d4c496b0 2,402 1.00/1.00 vMB 4
913,220 913,220 0000000000000000000207d87b7daaa9b76b765d546cb6d2acb529123ae5516d 3,246 1.00/1.00 vMB 3
913,219 913,219 0000000000000000000100c607e5fb02a3a79e6481631dfb85d36b8d3ee157d9 3,441 1.00/1.00 vMB 3
913,218 913,218 0000000000000000000102ff4f3f77df0781ab898a28f07635e2d2c467ac80ab 3,858 1.00/1.00 vMB 5
913,217 913,217 00000000000000000001ae806ffbb20a37afceb8c324178acedfa24b5fd1da9a 3,485 1.00/1.00 vMB 8
913,216 913,216 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed 2,763 1.00/1.00 vMB 3
913,215 913,215 00000000000000000000611210e8ed536185de44d17039dfdfda156388853850 1,399 1.00/1.00 vMB 3
913,214 913,214 0000000000000000000063af8f8c068635bbe0f2464d1331c774a4e3f5edb2f8 2,078 1.00/1.00 vMB 3
913,213 913,213 000000000000000000010305735d6a61c680bf608e59cc6c2f9f6aa7853cc868 2,031 1.00/1.00 vMB 3
913,212 913,212 0000000000000000000190a275f968448a3ad894243331c8808caee6d72915fe 3,717 1.00/1.00 vMB 8
913,211 913,211 0000000000000000000226c2f913423c8375f34c9c656ba26c2994c1e4afee37 2,736 1.00/1.00 vMB 3
913,210 913,210 000000000000000000017cf0f023d4d9c937ea3a46b4cd4667499a7767398f37 4,058 1.00/1.00 vMB 4
913,209 913,209 000000000000000000018eebed2d7232c099f5b7cebd2db9e37dda09ff54ec27 3,159 1.00/1.00 vMB 3
913,208 913,208 000000000000000000019d24a8e7d291f348357bde0643aff390e9cb7b750ec9 3,506 1.00/1.00 vMB 1
913,207 913,207 00000000000000000001e121ab0a24840ec732e943474d1d179ec55da3b97218 2,427 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 780.23 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: 509.64 GB
    • Received: 4.19 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.