Memory Pool Memory Pool Refreshing

8,850 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,812 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (765,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,403 142,403 000000000000058b2f7f058b1900157c5faec500811f9e1b42fb201849a50ded 0.03 MB 40 44
142,402 142,402 000000000000076ed875165c2b614d185651e74b139f0d04c81440dbd2830616 0.02 MB 59 110
142,401 142,401 000000000000005d398bbafe4345a1a602ec557a21b3827cec0926bc9cc1f721 0.05 MB 86 48
142,400 142,400 00000000000003d6d4c461e1800579b685413ff0155d0a779c0acc89592edf38 0.03 MB 53 116
142,399 142,399 00000000000008513c88cd9f22c7ffac91da775df4fae8e1bc0eb329350fce3d 0.00 MB 5 127
142,398 142,398 0000000000000490c97b8e5e96890a6cedb8a16a2ca474481ebeafbf23aff8e5 0.02 MB 48 105
142,397 142,397 00000000000007d86a62a9c27092d4e815fe87264eff5491e2ee05b5874b80bf 0.01 MB 12 80
142,396 142,396 00000000000000d49684604db4d8d2dec9ae8abf84c741f6b21c969588490922 0.01 MB 17 58
142,395 142,395 0000000000000766f4e269fb78245c47edb33795b5bfad605cbe50a258ccf7e7 0.04 MB 104 104
142,394 142,394 000000000000005854b5c39c4efe6915ab7e23a71a1ded4a7978135a1cde7ccf 0.00 MB 13 320
142,393 142,393 0000000000000227b227c6b4ee6664a0b489997eb6a089dfd540f846923a8190 0.02 MB 53 210
142,392 142,392 00000000000003ff1b8fc04d5accc6c311a3bd7947849dd56c4126eeb948c9c7 0.02 MB 52 122
142,391 142,391 00000000000009323227258ad4e6fcd9f536bd3e87c65664b3feb159b5478c66 0.01 MB 9 29
142,390 142,390 000000000000042c04cac18ffb4b2cbe771e5ae4077b33b79378769520c340f3 0.01 MB 18 105
142,389 142,389 0000000000000681fe66176c5cd243b3bca0adff1e50807f816f8646845b229d 0.01 MB 27 294
142,388 142,388 000000000000036dcace385def746044dd0cdf9a082e67b44245e7817f2ba710 0.00 MB 10 83
142,387 142,387 000000000000006c5ced692036b2d6155ba986bb5fbdd5efc5d15a641b802655 0.02 MB 89 42
142,386 142,386 00000000000007a6607a65409e4b487a39d7e23bf31841bbed3584389bcbe926 0.04 MB 68 132
142,385 142,385 0000000000000741b2b2aa26d691d0025a2ef3f59f8f89f0fd9349a94b2f847e 0.00 MB 13 615
142,384 142,384 000000000000083d28687f859154bbd18852a053eea880a32e7b6beeed3591b2 0.00 MB 3 93
142,383 142,383 000000000000031e69807653c8070168169fcfc164c0eb350b4a7f8b0257a289 0.00 MB 2 11
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.