Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,484 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (190,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,852 717,852 00000000000000000000a6313b5e87d5e9ad75a4ea480227976f26fad669d233 1.27 MB 1,648 7
717,851 717,851 0000000000000000000a8f7ab5f05cc602cd6de7bc8a7cb35112a4a5cbbb3ce6 0.60 MB 470 5
717,850 717,850 000000000000000000004dbb4ed63897c46b79f190c17e98196263aef83543b8 1.31 MB 2,364 8
717,849 717,849 0000000000000000000a332196052c9992cfe43db283ec4e78b2ee89d8ae0894 1.08 MB 2,225 10
717,848 717,848 0000000000000000000295a0f53004d8ff694de786ca88b7cc2ddd65752e0590 0.55 MB 979 6
717,847 717,847 00000000000000000005554105362afb5ad204b972f5d29925562837ac87ff54 1.57 MB 2,619 10
717,846 717,846 0000000000000000000b17f625e0701253ea97215bd4bcaecad8d67ba8dafb06 0.13 MB 206 10
717,845 717,845 0000000000000000000650e70c72ea356f630aafdc792b43e6e008ad1edb109c 1.09 MB 1,818 9
717,844 717,844 0000000000000000000a9bbcc59047c4e9ca2594625c86b2b40daefe7241165a 0.15 MB 198 9
717,843 717,843 000000000000000000095dc7660456ea91951a6f5bb6e5076090d9a8e94a37f0 1.79 MB 1,077 1
717,842 717,842 00000000000000000005fe8a1804d9009211094dfe8aa81de3f1616cf7a15cab 1.61 MB 2,352 13
717,841 717,841 0000000000000000000356de6ae4edff0df0834f14e4792ff8ea94bf2a20d9f7 1.19 MB 1,376 4
717,840 717,840 0000000000000000000af813f371f28e38b2684ac5e898a74c7e8628c6dd10d9 1.29 MB 1,544 8
717,839 717,839 0000000000000000000161446c9e0b2c79353de0324ba03c2cc35b537a192153 0.74 MB 1,437 9
717,838 717,838 00000000000000000004cd226304278475f7249ae868da4c20af782592bda084 0.66 MB 1,202 10
717,837 717,837 00000000000000000006f8040a2a8aade74d1c3633880b8b26d5b902af3504d0 0.32 MB 711 10
717,836 717,836 00000000000000000005f490166c699c52d6922cba0e1b9a4f6d84831ad483c0 0.80 MB 1,611 9
717,835 717,835 000000000000000000091f64ddb7019236b2218327cb45c616fcbd4f26276ded 0.35 MB 614 7
717,834 717,834 00000000000000000003eabfcd41500c907df523206bc714e94512835357902e 0.44 MB 299 4
717,833 717,833 00000000000000000002e9594622c556fdcb7de38386fac762e66c9d618860dc 0.36 MB 428 7
717,832 717,832 000000000000000000030a17c31e3e07a9717445589bcbddc56414631be680ed 0.35 MB 704 9
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.