Memory Pool Memory Pool Refreshing

2,625 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,885 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,613 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,884 (751,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,207 156,207 0000000000000cf66361acbcfdda691cfebc46273fef9add5ec44dc1c3d8be55 0.01 MB 15 37
156,206 156,206 000000000000073c03f99a1c7eea689f71bd4907c7b95c0c122ef6e08f76c8fc 0.02 MB 45 39
156,205 156,205 0000000000000aa86aac6a784b212b595448851ad5078c6e5dbafb73b29e872c 0.00 MB 1 0
156,204 156,204 000000000000076fd2f4f7577ea4534d0c8815c5572ffe60904ecfe6e93c6732 0.03 MB 74 91
156,203 156,203 0000000000000ef725ff7f1cc48322509c3be7beae670fd2fab1ac6287a0f670 0.03 MB 69 29
156,202 156,202 0000000000000b2aae97a3f34b2c48e5182e9e2034be2c46569ae0973f0f4dcd 0.00 MB 10 174
156,201 156,201 00000000000006c817b538db7bde43e8414be1cb8db876d54a53ac31b9fbdbdd 0.03 MB 73 85
156,200 156,200 0000000000000903bedfcadd0348c63c13cddb423a4978a9ba80042312a111f8 0.03 MB 94 262
156,199 156,199 00000000000006eb4a8b2e756b590774d301d6b555f630ead4a0f59cd219c088 0.03 MB 67 121
156,198 156,198 0000000000000c35c971d1bdc7d32082d0046c62caaa7f60f034a0d92f2baf6c 0.00 MB 1 0
156,197 156,197 0000000000000eeb1b3b96cbe980c0b51ee21470673c89ffa5e725bcf039ca32 0.02 MB 20 39
156,196 156,196 000000000000071737cb332e30ca9ef6421ff73a2a88138246d2299e32d7a377 0.02 MB 54 47
156,195 156,195 0000000000000bb7598a06f50913ed3c8872ceceb2001c9677e504403055d89a 0.01 MB 24 177
156,194 156,194 00000000000001ae49c9580c6a5dba8841e1e8883b11c560e955c808f86f5fa7 0.02 MB 56 78
156,193 156,193 000000000000071c7e33da46b93e83802446a7a438a46aa1df9f18a4ae4898e7 0.03 MB 35 71
156,192 156,192 0000000000000ba1c6a035215b88f5eba025e441d5591792dda0e204176f6830 0.02 MB 51 45
156,191 156,191 00000000000004da77bd0e4561bd90c62e4b7f74894328ea353cc137c24cebac 0.02 MB 92 0
156,190 156,190 0000000000000c90edea6450e29507ffec9aebe686bf406f3a5449ed32fe7fa8 0.00 MB 1 0
156,189 156,189 00000000000002df8975de54e3c3175085f3225c0c0e59bdd7b899e27ba571e0 0.02 MB 30 38
156,188 156,188 0000000000000f36909645ddcad75f365ab48c725b35bb208c7779f5befe50a4 0.04 MB 124 129
156,187 156,187 000000000000079db4d891a7681262e57a7a965f42a7809b8b39c5b11b0f3833 0.00 MB 14 58
Previous 10 blocks ↓
Total Size: 769.32 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,643.13 GB sent, 94.59 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.