Loading Tool

Explorer IconExplorer

Memory Pool

73,627 transactions
28.52 vMB
0.07126403 BTC
Random Selection Loading Transactions
Max Size: 168.55/200 MB

Candidate Block

Mining Attempt 4682f4e53fdaad2aad955196e1de0152020c6cf0a8328b5bd9213582e5985dea
Version 20000000
Previous Block 0000000000000000000079c58af6a2b359f3e886cb8feb18ed0cb9582a110279
Merkle Root fa0086f59633ee2273da8851efef78bc9e0d2b555af77a51ae7017db86aad83f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,366
Size: 1.00 vMB
Total Fees: 0.01403294 BTC
Feerates: 100.36 > 1.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,042 (266,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,010 649,010 00000000000000000006ef435110785101b44933c94cdab4380557b886af7c91 809 1.00/1.00 vMB 8
649,009 649,009 0000000000000000000f43377e56f26c08c15e179144cded11e90bdc46719b1a 1,862 1.00/1.00 vMB 12
649,008 649,008 0000000000000000000f8207e41881694a14a5236bfb1f8c03bd190506daca38 1,574 1.00/1.00 vMB 11
649,007 649,007 000000000000000000008034570463fb6a650fc7c93f8f98bceee4285294326e 2,061 1.00/1.00 vMB 52
649,006 649,006 0000000000000000000cec9c59a4f58497233af5cffd7b25887b7b157f7af41a 2,229 1.00/1.00 vMB 12
649,005 649,005 000000000000000000011f33e989bf90e7e6020e8ac973decdda289bb4249d4c 1,987 1.00/1.00 vMB 57
649,004 649,004 00000000000000000005ac3637c074f5561820f648af85a6b8a5025e6a5b7816 2,021 1.00/1.00 vMB 49
649,003 649,003 0000000000000000000a1c44f4962525b355961dc33cd493ecc3d7dfd73abab8 1,476 1.00/1.00 vMB 52
649,002 649,002 00000000000000000002ddd770421e5146e9da36414ded2c91cde6b10d0e00f3 2,599 1.00/1.00 vMB 83
649,001 649,001 0000000000000000000eb247594ca8b8b88aedf3750f22b387dd32c1ae3c7c09 2,614 1.00/1.00 vMB 88
649,000 649,000 00000000000000000002e353320e27e4760f342a065695d018cd7c6069352276 2,051 1.00/1.00 vMB 20
648,999 648,999 0000000000000000000099215a181587d1649b4df438b5bad9bc303350714599 2,071 1.00/1.00 vMB 28
648,998 648,998 000000000000000000093903c5f8ae742ea74a06baac672ee1cf2d69ee19ec4f 3,074 1.00/1.00 vMB 25
648,997 648,997 000000000000000000041fc5e031fefc8eee047b3ca7c437dbc3a871d3ab2bc5 2,314 1.00/1.00 vMB 33
648,996 648,996 00000000000000000004ddd750b61114eef7ebb8de06b4fab41abae453dd4356 2,779 1.00/1.00 vMB 87
648,995 648,995 00000000000000000005baead9b2f6e9f6547e5f2866cc6d8bc9ead5569c5ada 2,203 1.00/1.00 vMB 23
648,994 648,994 0000000000000000000de20a80ff12d45b44b9f93155491f5b420e6fc42511a3 2,563 1.00/1.00 vMB 50
648,993 648,993 00000000000000000008ef4ff8c64c08ab427909b32e45dbabc2d1fc66d5b59b 1,992 1.00/1.00 vMB 48
648,992 648,992 0000000000000000000bd54e1b691c61a02255890193f070bfd9a1e63e8d8988 1,663 1.00/1.00 vMB 51
648,991 648,991 0000000000000000000dac28d9814eb9c4319c9b758cc17c9e0dba998467981b 2,560 1.00/1.00 vMB 91
648,990 648,990 00000000000000000003dc79a2b91682bb7a757fbbf608d0c323516ef70d1f73 1,820 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.47 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: 667.96 GB
    • Received: 15.34 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.