Loading Tool

Explorer IconExplorer

Memory Pool

81,177 transactions
30.17 vMB
0.13313778 BTC
Random Selection Loading Transactions
Max Size: 181.45/200 MB

Candidate Block

Mining Attempt fee1f6e5ee417d2c1f693414abad80df31538c5c70a3879cdeabb539aefb5184
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root f198e12714d117e5a0c05966336f39cd09cea11da7ab4e6bc6353dd8d0dd4a83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.05613227 BTC
Feerates: 242.90 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (116,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,587 798,587 0000000000000000000080b8014d2d93f6e88efe3188df46bfce7618cfd0226f 3,046 1.00/1.00 vMB 11
798,586 798,586 0000000000000000000242b1e1c0565bf79cdf2b176e128c922496b50bddb7fa 1,712 1.00/1.00 vMB 13
798,585 798,585 000000000000000000046c5404563f9e8c5282378011333f8d642a48bb0d4e7d 2,197 1.00/1.00 vMB 22
798,584 798,584 00000000000000000002de28509647de17852882ac2f269a90cd5338120ead49 2,219 1.00/1.00 vMB 16
798,583 798,583 0000000000000000000179674783eac6344c6978a3579ab56fbca53c656fb861 2,628 1.00/1.00 vMB 27
798,582 798,582 0000000000000000000352b647b22efb5907dcc057f2e9ccd20b8aaa851c3413 2,053 1.00/1.00 vMB 27
798,581 798,581 0000000000000000000382d46ad53f7f96fae41058bfb3772dc849efc70dd08c 2,740 1.00/1.00 vMB 18
798,580 798,580 00000000000000000004c5b6840c25dc8e10f137723cdc65209a2703dffd32dc 2,968 1.00/1.00 vMB 22
798,579 798,579 00000000000000000000b33c47dbd4d1961d9250611276df6d41bc17df9bcb9e 3,336 1.00/1.00 vMB 30
798,578 798,578 000000000000000000036dc6b3e6cb8cf7d03343b377264bc5e3a2ad3ad81ca0 3,324 1.00/1.00 vMB 35
798,577 798,577 000000000000000000006004332281fb576714cfd205039151fb94b460f96942 3,103 1.00/1.00 vMB 32
798,576 798,576 00000000000000000000e6005d9a57a67f234d4f14de79253f96373406000e85 2,842 1.00/1.00 vMB 29
798,575 798,575 0000000000000000000046b3e26458f4d09136c1428dc1a7b30d3a1a992418ab 2,874 1.00/1.00 vMB 40
798,574 798,574 00000000000000000004b109227855da4363af21778b1a680351ea7c9422c268 3,511 1.00/1.00 vMB 31
798,573 798,573 00000000000000000003cf36c5df117e2575cbf5f07cbd3189cb26eb3bee2ac5 2,909 1.00/1.00 vMB 26
798,572 798,572 000000000000000000045b942c69b46d3b83a8ae13ae106a82e66a2ffe24e524 2,783 1.00/1.00 vMB 15
798,571 798,571 000000000000000000021dafb9ce4578ec27c8e4c9f15c1cd4b5b32bbb9120d2 2,221 1.00/1.00 vMB 12
798,570 798,570 0000000000000000000236d2415b83eb989dcfea392c6b209a96239157b3436d 2,004 1.00/1.00 vMB 17
798,569 798,569 000000000000000000009da33d266da74df6af356d2f8e78b27f4fe1502f9bc3 2,585 1.00/1.00 vMB 26
798,568 798,568 00000000000000000004f9d6cc2604bfb3b1edfbf8a94bffb996d2a94f44e679 3,395 1.00/1.00 vMB 29
798,567 798,567 0000000000000000000134569f1a631542b4663ecbf2b4c568e695b4a4012b09 3,386 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.67 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: 674.03 GB
    • Received: 16.43 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.