Memory Pool Memory Pool Refreshing

3,127 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,780 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,431 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,779 (571,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
336,535 336,535 0000000000000000034978c422f6598f3d522c5f4f772202c73bf6f526e47408 0.26 MB 517 26
336,534 336,534 00000000000000000c1bc9845c7464f09ecc11285508d4585e32661cdb648349 0.01 MB 32 28
336,533 336,533 0000000000000000187b06c1d5154fce3facee9d6a80aa7d7af8f1bbb72e2d8a 0.46 MB 864 25
336,532 336,532 000000000000000010cdc9d85517a735db1f6b5694b1f6d9fce0b5534d836799 1.00 MB 2,149 30
336,531 336,531 000000000000000015005f5ae337619c1f80054fa7f98dec8405987474cf474f 0.07 MB 256 71
336,530 336,530 00000000000000000621eb467962548aba9bc2e96a7de96108cdbccc34931789 0.79 MB 1,369 28
336,529 336,529 00000000000000001327572aa99ce14295b21c79e7fefc02b734c8f81f1f5860 0.23 MB 499 25
336,528 336,528 00000000000000001a1326e6f6d52fdc8ca8aa2be0fffe6f5a6e658a2f0ef9ef 0.09 MB 198 16
336,527 336,527 000000000000000002239ea32f838627a5f941be4fa97b10c1d2fa06a3a3b3f2 0.62 MB 688 16
336,526 336,526 00000000000000000a2d933454a78c9cdfe9888d6e4c64a63d8454e87d02f7ed 1.00 MB 1,729 22
336,525 336,525 0000000000000000022a505079f471e1d05ff05363b48814137d79848573c7b8 0.75 MB 2,527 53
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
Previous 10 blocks ↓
Total Size: 769.13 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,630.59 GB sent, 93.52 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.