Memory Pool Memory Pool Refreshing

362 transactions
0.15 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,611 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 347 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,610 (816,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,593 92,593 0000000000080ed0d82a690fa55eb27d2cff867cc32c5e60abe7532b69a7594a 0.00 MB 1 0
92,592 92,592 000000000001e382bdf63a76aac17e8fde4da5edd9c912e6cf3c32803706b70a 0.00 MB 1 0
92,591 92,591 0000000000065df5650af8bc0da4483818af17869f261011681228bb7701bb9b 0.00 MB 2 0
92,590 92,590 00000000000d63aa47f2028662e719a69cdc628562be345e8abd7108dc29bb2c 0.00 MB 1 0
92,589 92,589 00000000000d06f02a8c656fc0ebff75221f88701520a4caa25dc0994cef9bee 0.00 MB 1 0
92,588 92,588 000000000004b6d5bfbe26bf278a0e5f5a30217c920000913dc346b9ee612d83 0.00 MB 1 0
92,587 92,587 00000000000ac101a266b35209731390eeb99549429c9b2e2d1b2bcd6fba4a72 0.00 MB 1 0
92,586 92,586 0000000000002862b186fc622ae9f3e1fb9dd6f365881668defb0f8478f4d657 0.00 MB 1 0
92,585 92,585 000000000006ef37c1790a0326ba8eb7da0de22b896826255af4d9a9ec35d785 0.00 MB 1 0
92,584 92,584 00000000000af7e1f85e60d681a5c21bc85eb78f8f3975ee8584f0de96a72ce6 0.00 MB 1 0
92,583 92,583 000000000006f04bd88133a1e5574e86d5c9dc7f02661ad4a8f6c4c0a365f15a 0.00 MB 2 0
92,582 92,582 000000000003af76c6712bf645425feb449cb148d14e19a55fd6421353918545 0.00 MB 1 0
92,581 92,581 00000000000b847f9ead284f30a3753ca9cfac40240f6f46f30644cbc2bb2747 0.00 MB 1 0
92,580 92,580 00000000000763a7e3476b0550638e9dd0f2ce3a56d3aed433dee0330ea03f4c 0.00 MB 2 0
92,579 92,579 00000000000d71f3920f102db521a6474ed188051d63a6ac0fb4c332a4a8500d 0.00 MB 4 0
92,578 92,578 0000000000051a089a05af8607b18c4eda6aad4d995a1cf5080d32202bc0499c 0.00 MB 1 0
92,577 92,577 000000000007d3e9183904dd8f3fb26489c46c4f7c8984dd31b176fa018da019 0.00 MB 1 0
92,576 92,576 00000000000ddbc2cd385db81e25f776fcbd6b4942738d959fedad53d14756bb 0.00 MB 1 0
92,575 92,575 00000000000876d6bccfadd1b78bd8857607d016235059f1ae002cc8856fd249 0.00 MB 3 0
92,574 92,574 0000000000087ab015b85d46208cb071d83119b00db0b556021a51861312ef80 0.00 MB 1 0
92,573 92,573 00000000000505aae15adb607f3658ae8cf885aa493e3282a88b75185b08dcbd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.77 GB sent, 101.10 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.