Memory Pool Memory Pool Refreshing

7,968 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,726 (610,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,651 297,651 00000000000000001c8019e565997eb65fd86ab0bf4e65e0a12d5c463cd14512 0.35 MB 911 60
297,650 297,650 0000000000000000020badba5428ad112a213631f41cee42223992dc034b0e31 0.13 MB 256 108
297,649 297,649 00000000000000005ac18ce32f4bd40e081ac77046c24d6ee359b35cb0b937fa 0.07 MB 169 51
297,648 297,648 0000000000000000929ee2af865dcd401165f35d122dc76adca8098e2556c60d 0.04 MB 74 49
297,647 297,647 00000000000000001ec70cb39bd9485030efe1a6c50d66228d456ab7192fa469 0.47 MB 1,060 35
297,646 297,646 000000000000000073e5dcd089e85013314efe2bfa1a598112d3d62be3b5eda8 0.04 MB 72 26
297,645 297,645 000000000000000079b27e68db40eeab99fb5c4c62529d1d5708f06632e50ad5 0.24 MB 471 34
297,644 297,644 00000000000000008f4163a56999388e24f3eebb9cda028047317ca8531064e7 0.27 MB 517 34
297,643 297,643 0000000000000000339a026c17c9d7c6ff06b55547f6f018087e326cd7fc1185 0.14 MB 321 35
297,642 297,642 000000000000000038c4c0e695266c80b7c4bea8cf9fe75b93242fb38eec8a32 0.13 MB 262 41
297,641 297,641 0000000000000000346b4be2840c3eda3cfd121b02d4849c4e78b32f5da347f2 0.06 MB 151 194
297,640 297,640 0000000000000000908116911abe2e3391a2c1dcfc3decf40cf47bd98960c1b9 0.28 MB 371 27
297,639 297,639 000000000000000088db731c0ece78bd4dba7994358c73b6c192a9653ae0458c 0.09 MB 176 28
297,638 297,638 0000000000000000308121dec45c01c38da8cd4e9e3b44bc84b1f4d42a6a9448 0.27 MB 587 39
297,637 297,637 00000000000000002e6b49719cabf431f9c5abe93bcb61631942ce3b32b18ab0 0.35 MB 787 38
297,636 297,636 00000000000000006cc578a142a5dda8fdd4cb2f27f39d30421b101d7a6615ce 0.17 MB 279 25
297,635 297,635 00000000000000002025cc411ffc3ae57aed30ec78d092dacb0c48e9c9e03b21 0.28 MB 427 27
297,634 297,634 00000000000000004cc5be78da596d5b16519bbe7fec399d106442cee78d7126 0.25 MB 512 36
297,633 297,633 000000000000000095ef27129daeb84bac7926254dc3e66b015c4ff6fd804d21 0.39 MB 330 13
297,632 297,632 000000000000000096cc1c97fb30bce419c4ca56fbdd1589a4eda7accef9d75d 0.35 MB 984 49
297,631 297,631 000000000000000051e8d64d21cc72686df0844c4c19e77608e562358931e8f2 0.64 MB 1,135 31
Previous 10 blocks ↓
Total Size: 769.03 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,625.80 GB sent, 93.04 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.