Loading Tool

Explorer IconExplorer

Memory Pool

34,716 transactions
28.49 vMB
0.07451558 BTC
Random Selection Loading Transactions
Max Size: 141.52/200 MB

Candidate Block

Mining Attempt 7b921611860f32c36a318fcbd0a80d6d27e5e8b0203a6227aa096943d94dcc3c
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 78308517809ad31fa164c3fbc706ac1d2509452eb84ef9636e3930f0ed872ad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,454
Size: 1.00 vMB
Total Fees: 0.01928625 BTC
Feerates: 101.65 > 1.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (337,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,585 576,585 000000000000000000127c3d54e032491cd20b5aaca4415a9d5862560f9b14c8 2,774 1.00/1.00 vMB 107
576,584 576,584 000000000000000000266cd81e8760d0a3040cb8e948b269a4dc980153bedbfd 2,010 1.00/1.00 vMB 81
576,583 576,583 00000000000000000009ab0a5044a88d66b392775c1033f0c2567696838c73c9 2,478 1.00/1.00 vMB 121
576,582 576,582 0000000000000000001e1a8bb6336f1ec5e336a580333a0f2f73c0bfd0672b91 2,275 1.00/1.00 vMB 47
576,581 576,581 00000000000000000003cf9403d1a3c87b965d04b27982b080d7f247bd075fb4 2,179 1.00/1.00 vMB 82
576,580 576,580 00000000000000000028603010b37eda71800fa689cd77563dbed1f82c800d5c 2,925 1.00/1.00 vMB 136
576,579 576,579 00000000000000000008486b1271cd9e15735c4396b7cd7814dd49c01c6d28d4 2,684 1.00/1.00 vMB 167
576,578 576,578 0000000000000000001472cec1666066b4c091b74338937e7c916917b38e7bb4 1,727 1.00/1.00 vMB 33
576,577 576,577 00000000000000000001c2c5bf53dad530bc6cb36b2f32a80260f2c3829f1a4c 2,457 1.00/1.00 vMB 102
576,576 576,576 0000000000000000001721f58deb88b0710295a02551f0dde1e2e231a15f1882 2,291 1.00/1.00 vMB 87
576,575 576,575 0000000000000000000a4adf6c5192128535d4dcb56cfb5753755f8d392b26bf 2,350 1.00/1.00 vMB 71
576,574 576,574 000000000000000000173f18bb95f0f1da6a704a91f39820b0ee537616519028 2,907 1.00/1.00 vMB 131
576,573 576,573 00000000000000000011dd76f45e64dfa09bea8cc484b9f80fa35e1225ed17ad 2,565 1.00/1.00 vMB 175
576,572 576,572 0000000000000000001d6f322482532c54417a396cf9734691d3eceb3f1d969f 2,732 1.00/1.00 vMB 53
576,571 576,571 00000000000000000020c31ab1167463ea1d52a33aceb822567cbaf07fde4849 2,760 1.00/1.00 vMB 133
576,570 576,570 000000000000000000224f0372ea012b2f57964b898bbae3dd4fc127c39b5e1d 2,835 1.00/1.00 vMB 173
576,569 576,569 0000000000000000000349824780237ee0dbf039dc07b39f5b8bfd9bbf234855 2,262 1.00/1.00 vMB 137
576,568 576,568 0000000000000000000faff3d502fdf036eee3f6c0e8a02f38a61d25e00f0c1b 3,282 1.00/1.00 vMB 193
576,567 576,567 000000000000000000243979c74e7be5e6bb225938f3982de93ae4941bec50ac 2,082 1.00/1.00 vMB 47
576,566 576,566 000000000000000000220f03461dfda0730793bc1e06dbf625438a52dec42447 2,535 1.00/1.00 vMB 140
576,565 576,565 0000000000000000001a41c5d8b49637677ab4784de308a9f7b8cefe3f0c3311 2,449 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 616.97 GB
    • Received: 11.18 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.