Memory Pool Memory Pool Refreshing

3,592 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,877 (751,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,214 156,214 000000000000008ccdbf26fd30f3c968e0ccae9b3a5b387989a31d173154deed 0.02 MB 48 91
156,213 156,213 000000000000078a77ea7ab238ccee15c6d3a2d23d0c39800299ce90a01b5fdc 0.04 MB 73 6
156,212 156,212 000000000000082546daf2169cd80642ac73e3a4811d61e5ea00fbe656b8f281 0.01 MB 33 173
156,211 156,211 0000000000000533673174522bcac04c0ec3bb6db96fa886f646b808197fccab 0.01 MB 14 76
156,210 156,210 00000000000009e906528c1c37bc041bc74596da979eb6422e4bfed90833f3af 0.05 MB 145 127
156,209 156,209 00000000000008ef8b5a9f9baa180afe71d7f3447eb2ffebfa6d10ffc1e3d5fc 0.03 MB 116 4
156,208 156,208 0000000000000490a4cab19163d93d5c10cd48822fe6cf0e3b8b80aa264dd118 0.00 MB 13 32
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
Previous 10 blocks ↓
Total Size: 769.31 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,642.83 GB sent, 94.53 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.