Memory Pool Memory Pool Refreshing

8,296 transactions
3.19 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,572 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (553,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,116 354,116 00000000000000000f92bf9c484023baec4085b97d5c41ddd62fc7adb3b8e093 1.00 MB 1,437 21
354,115 354,115 00000000000000000ef3e29900c64053fa535c7d330ec70cd4ecf0f4038f441f 0.75 MB 718 20
354,114 354,114 000000000000000000fe97e1d67f27c85e66ce02b7bfd069fa2f2b8e485a6a40 1.00 MB 2,377 29
354,113 354,113 0000000000000000103b8f9c45dff146898a18f1b4a194c263c99b70a8508800 0.75 MB 2,724 53
354,112 354,112 000000000000000012610a8881bd4e8a606d2160bbb54388d7a4bc495b43da98 0.35 MB 1,016 48
354,111 354,111 00000000000000000b1b86c3fd4a7076b4a45093fd57522c8b059cd8a2bd84c0 0.75 MB 2,570 46
354,110 354,110 000000000000000011488c933ae5aea4eb836f069eb96d661251f69068d00551 0.75 MB 1,597 32
354,109 354,109 00000000000000001084a6c379acecf45972184f665e8b43704476d94ea402ae 0.52 MB 788 22
354,108 354,108 000000000000000005c7a416a480d6f890bb25a6228a73412f6ad85439fbc0c4 0.46 MB 804 24
354,107 354,107 000000000000000002dd0db2132e68df676281fde0e5811b57328fda8f2261b0 0.00 MB 1 0
354,106 354,106 000000000000000015aba139e48f1b3b5f19671beedcee6df6faa48dc23cf077 0.37 MB 847 29
354,105 354,105 000000000000000007a8b5be69640ccd41c6c40b6534ca1af37b0a0d088d4e10 0.21 MB 421 25
354,104 354,104 00000000000000001653fb7cc506f88320491cfa35d047448c3bd920959e5d5d 0.03 MB 62 18
354,103 354,103 000000000000000016db3f227b7ad193d4842b89b8dbb4476feaef1b83bfe2b0 0.31 MB 581 26
354,102 354,102 000000000000000006655116fd30540796240df28efa58fee70cbc2f1d6c3b0b 0.10 MB 165 32
354,101 354,101 0000000000000000029ea0c2c8783cb4df9d69007b7def61cc202d85e570d800 0.10 MB 64 5
354,100 354,100 000000000000000013cb02e7fbd216d3253d299ced3a7561df4eeeeae3f63aa3 0.41 MB 774 26
354,099 354,099 000000000000000015624443ae2e5b0c22f66e134b678ffe78a6862960e5e109 0.37 MB 681 24
354,098 354,098 0000000000000000137b248756a1e7ec1f3316b45f7dbaeac35504ff262603f8 0.30 MB 707 28
354,097 354,097 00000000000000000ab652155581dbb31e6eeb20ab7ccc220ab88f00e8660804 0.63 MB 1,160 25
354,096 354,096 00000000000000000ce5cd8b375c479667625d7fb35fe1f529954e6c89f1c332 0.07 MB 137 22
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.