Memory Pool Memory Pool Refreshing

6,078 transactions
1.81 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,694 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,393 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,693 (639,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,019 268,019 0000000000000003b30c326310fb143552d5a1dfa12fc5fdd5c4d5e925946be7 0.22 MB 269 34
268,018 268,018 00000000000000021d5dbe07c381772f13304b952af99d33417640ab183845f1 0.19 MB 436 105
268,017 268,017 0000000000000004db94ac42d399c82026424a662d91bdc0e0aee7cfd1fdd1ca 0.13 MB 397 189
268,016 268,016 000000000000000517064a43348fa39325bdc244ffb1d0da11ab85676d494a85 0.31 MB 502 64
268,015 268,015 000000000000000aa7925ba22257d225cab8ba36e741d72810444921bb5291fd 0.05 MB 123 42
268,014 268,014 0000000000000009c376106f7b88e960672dfd5d6baa90a71dd3a3f99b61b5d1 0.04 MB 60 21
268,013 268,013 00000000000000051f287816935858b24d2f0d2a345b5d6941bd708f943764ca 0.14 MB 304 72
268,012 268,012 0000000000000006858cb247b4f589be1171be8a175d1d60cde92f39311710a6 0.23 MB 471 77
268,011 268,011 000000000000000942c13f710ac135178fa4538d7f53689a6d30dda3da78bf85 0.03 MB 59 68
268,010 268,010 00000000000000015c03382baf325097f5d5dd3dc4753744287242d1914343ff 0.06 MB 102 56
268,009 268,009 00000000000000033f3019daa4e349d0e1ecc34e20a8506372ff38de6a94bbda 0.23 MB 401 48
268,008 268,008 0000000000000007a3e33a39e9f1eb68fe313d50a1a785b87c1f681a520a1f64 0.23 MB 512 113
268,007 268,007 000000000000000ac0d1ccb3b232db120d27bd4fbf5f1fdce36c4dda3cf481ac 0.03 MB 93 12
268,006 268,006 00000000000000011acff8d17b3189dc0401de2ff845686ca7114ef496a696cf 0.15 MB 327 64
268,005 268,005 0000000000000001f2ef214559d522dd0562d502112e16313ee008a8b3854b76 0.11 MB 240 71
268,004 268,004 000000000000000af044e8eb12973571777479ab1e9da2c296af35eeca823b6e 0.15 MB 279 70
268,003 268,003 0000000000000007383cdb41a980053df05089a6fa44bf77e1b5fa89ebffe935 0.10 MB 221 54
268,002 268,002 00000000000000079b5d3311dc9a44014f737ed4decad018aa335678fd02fad9 0.15 MB 282 66
268,001 268,001 0000000000000001134627e5ac79f7fce271a5fdca76d5470758247ed65020f3 0.09 MB 215 72
268,000 268,000 000000000000000048974ba0669938f7f8463650cd5c48c027aafd88c00a46af 0.30 MB 659 75
267,999 267,999 00000000000000058a3d85be82e5ebb6c03bd6acc76a1694aaa14d882d9fad01 0.04 MB 75 61
Previous 10 blocks ↓
Total Size: 768.97 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,615.63 GB sent, 92.66 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.