Memory Pool Memory Pool Refreshing

3,552 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,834 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,907 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,833 (803,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,774 104,774 00000000000009371386d929dee2c08afe0011dbff416245104b1857f3f9a5fb 0.00 MB 1 0
104,773 104,773 000000000002192ba5881b47fd6914819fa1590ccbeba4c49d55af1e0f8ae73d 0.00 MB 3 0
104,772 104,772 0000000000000fe919539878073d169245f55a86cab68e382b8a33502c656ac3 0.00 MB 1 0
104,771 104,771 000000000001dd6ad60a742bbd7005703f860b7521a915b00a6f037e6dbe1a86 0.00 MB 1 0
104,770 104,770 0000000000022043f9ea2c298f3381c6ddd86b968271117dd55cb48ac297954c 0.03 MB 3 1,003
104,769 104,769 00000000000053dd7549b03afd260f695e5bfcecca55055d4f3e980cccdfb389 0.00 MB 1 0
104,768 104,768 0000000000021ecac6ea6e14d61821b3ddcb8f4563c796957394e4181c261b4d 0.00 MB 4 430
104,767 104,767 000000000001987eed997453ebacf3b24ae321b2b81226595616ebbff731d841 0.00 MB 7 534
104,766 104,766 000000000002bc1ddaae8ef976adf1c36db878b5f0711ec58c92ec0e4724277b 0.01 MB 26 599
104,765 104,765 0000000000003f48899e4c7407b499aca05ef3e9fa9160cc6688d63621bd9daf 0.00 MB 3 0
104,764 104,764 000000000000d9a39938178cb073db22e2a089589ca1c82399bf1f2769411558 0.00 MB 7 0
104,763 104,763 0000000000018f34e909ea88b95f0533c5fd224ecb1a029d5c10729a175db5ad 0.00 MB 1 0
104,762 104,762 000000000001612689260e1db03677c70bb96e5707d55fe90a1e1f0c5dcac318 0.00 MB 9 0
104,761 104,761 0000000000000d2defbfe163b50609a6bdd6c7f8479e3d3722278ce4f80b1104 0.01 MB 22 0
104,760 104,760 0000000000036c53e7fae71ff26f4a9a31a1c03228b4388ff7d9b58e17a92d00 0.00 MB 1 0
104,759 104,759 0000000000005c003e4f7c814fbd7ed87c1fb070e30a223a534d51d9b5e2be55 0.00 MB 10 0
104,758 104,758 00000000000059d71cb95bf20ed14d27bda43c8a5375bc4875457231235738aa 0.00 MB 13 0
104,757 104,757 00000000000011047e93f0767d394185c6d368235707a6ef889a9a1b1fa9966e 0.00 MB 3 0
104,756 104,756 0000000000034bb8e88b82377322613c42f2ceddec89e2447ef46ad1c615e279 0.01 MB 20 0
104,755 104,755 0000000000033ea3b538fae5f8d765ca770bbcb800f8fbc8b241b31fc35546b4 0.00 MB 1 0
104,754 104,754 0000000000035f831ee3e1bd3f5503c86dcc29564f4b3513094b5a8d269042c4 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.75 GB sent, 94.07 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.