Memory Pool Memory Pool Refreshing

1,581 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,583 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (887,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,527 21,527 00000000ac06bc16068ab6971b3e43c5d62fd03b3d1022c7835e1711d56463ca 0.00 MB 1 0
21,526 21,526 0000000062d93e6843e5be211c104c83bbb73567e37f6505adf5ddda8118eeff 0.00 MB 1 0
21,525 21,525 000000006126b487f24df3e479b09e3b5c7d43d272aea13e52bddd2fef41a333 0.00 MB 1 0
21,524 21,524 000000001a75042f21a4b5038e20ad1341a56d1ff4fd44217e61f4b594d41d19 0.00 MB 1 0
21,523 21,523 00000000818a09b16f1a21598a68cda0bea11a1f5ecf5b548f5842cc7d05bfb2 0.00 MB 1 0
21,522 21,522 0000000078eb1aa59a3162c752ae02250d733ecf76fa16e1d756a782306826e3 0.00 MB 1 0
21,521 21,521 000000001c2cc8f05ca574ea1a415577881bbe634508e7fedbfd9f1ebbb0a91b 0.00 MB 1 0
21,520 21,520 000000000b182b4e9a1562101dc5685c288966e46bfcb8ad484e9b1cde24f5b2 0.00 MB 1 0
21,519 21,519 000000007636628ebe194b730f36e39ad527872953402547e05cd6de9761e6d4 0.00 MB 1 0
21,518 21,518 00000000e235edf68f829ed14f16c2e6f358ecd1fa8a48179295c3805c4b335c 0.00 MB 1 0
21,517 21,517 00000000e42863f7d5275567293e625f94ccd606268fe8a8ce6e61c62b597f89 0.00 MB 1 0
21,516 21,516 00000000b12caef6d004db2ad73b257841cc6dcaa81976791f729838819750bc 0.00 MB 1 0
21,515 21,515 0000000088b97e0a4da2e8aa12d9fa05e4c48087f7bbd2d21bc3347a694c3ec5 0.00 MB 1 0
21,514 21,514 00000000446b36ba5231b39d68e7091675e0e98d7cd9648bb9810dd819aeb619 0.00 MB 1 0
21,513 21,513 000000001633bec25da55e0fcac6b49432f4b325654f31cfcfdf5efdb7d00cf3 0.00 MB 1 0
21,512 21,512 00000000183a3ce69341b74f4b5713991308fd389d9c95cfb77b27be4e1da70a 0.00 MB 1 0
21,511 21,511 000000000690097dba4b87232d061aa286076922f76fb5b0b00f7ef3ace40450 0.00 MB 1 0
21,510 21,510 00000000e7f3b8c509a79464e825011b2c129a386aa9d2a826b91ec770b0b417 0.00 MB 1 0
21,509 21,509 00000000c3103ce5d73b2b4defe2b6a96c78872277d9f793118c6cfbe4a1d320 0.00 MB 1 0
21,508 21,508 000000005c648ca32755293120ec1afe7b210c28a1292fffc403f714328d1191 0.00 MB 1 0
21,507 21,507 00000000fbeb9b5939263f63201a1700da3dbc3c3ee7457a4d2a216022be99d8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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.55 GB sent, 101.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.