Memory Pool Memory Pool Refreshing

7,811 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (571,158 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,524 336,524 00000000000000000950f80f5ac11be806c99f33f40f2c0723b82f8c10028ee7 0.47 MB 900 24
336,523 336,523 00000000000000001b9128ccbfebe781f550ebb69008e83982c0d4df24670f8c 0.17 MB 472 38
336,522 336,522 0000000000000000145211ab13f03bdb466f68c1b696b97d3cc1f16eacf2c680 0.66 MB 1,409 27
336,521 336,521 0000000000000000185d5a5a5ec1b042d6c61116c4ec21e99f712c196a19d561 0.09 MB 161 30
336,520 336,520 000000000000000013a93696eedbecde7c27b9cd1b55e8bf3da58e418f6005fe 0.03 MB 50 22
336,519 336,519 00000000000000000de172d9dfa8a9c8ff43af67b4ea2f1ee10e268f05c3614a 0.10 MB 99 9
336,518 336,518 00000000000000000cc9bede3c9a351bb609058b5f650ce0f06ec2619055ea67 0.14 MB 318 26
336,517 336,517 00000000000000000109eb5878e58e65c70d970126c587ae4da85ca6982a958b 0.35 MB 684 25
336,516 336,516 00000000000000001ac392c968dbc0b766f3ce4f46ff7e89eb590fea4b904d10 0.04 MB 64 48
336,515 336,515 000000000000000010ce5595680146710296940be4d66a5bebe4766840acbb85 0.24 MB 483 25
336,514 336,514 000000000000000012218ee34e7fe85d21d1399fbf9cffc0f9d8c534c879622c 0.17 MB 393 28
336,513 336,513 0000000000000000192cc8552a2eeca953021adb0786671e326f9f3fd018578e 0.53 MB 1,122 29
336,512 336,512 000000000000000018a110bbf5e6db4f27894516e45b57642e2c2b3d5f79bfae 0.16 MB 267 22
336,511 336,511 0000000000000000068656eb80d4bf2968b7f17336684dc8b22ae2ef5c781879 0.42 MB 199 14
336,510 336,510 000000000000000016564d3c371f63f227691bfe2b27b2f9b83683d7f1fd8ee4 0.86 MB 618 15
336,509 336,509 000000000000000019ead9ae4e56981d636b77a67b9997febbc5052aa11df6cb 0.16 MB 281 27
336,508 336,508 00000000000000001099d75affc169fe1a49a49f1ccec701be099926d2775296 0.12 MB 311 28
336,507 336,507 00000000000000000470ad8d434264f41d0284943f95f25bd12913a0afa6d844 0.08 MB 64 28
336,506 336,506 0000000000000000121e0ef6b0804110a103b2e206e3ec5a3bbc06c43986ce62 0.04 MB 67 25
336,505 336,505 00000000000000001272e330b6c49b3860c9c4d90de345b910a1b363d3b9ae5d 0.19 MB 275 19
336,504 336,504 00000000000000001857f703bc829ccc900e88a5a17641a72b1dc9aa478ef961 0.28 MB 540 59
Previous 10 blocks ↓
Total Size: 768.95 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,614.25 GB sent, 92.56 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.