Memory Pool Memory Pool Refreshing

8,384 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (100,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,412 807,412 000000000000000000047f0b6b8a60f5a5f8d7371db44b8c4c34880ddd01c9f5 1.79 MB 2,266 20
807,411 807,411 0000000000000000000212adaa847da0f9e99dacd8ec8f682bc145efb86e7459 2.16 MB 7,149 13
807,410 807,410 000000000000000000030f0459d67a1b179d3b641d2434d8fd3e4a2cc559ea1a 1.75 MB 3,588 14
807,409 807,409 0000000000000000000237eb7b85bf9541c4fe167e710df72c06c0204be0375f 1.44 MB 2,888 26
807,408 807,408 00000000000000000000691b4f92c69cc3bc47835ba512f7ea5dd12171f4d92a 1.90 MB 5,408 14
807,407 807,407 000000000000000000034f577a61e734f426f10e73e8a98891c9e709d06e0f80 1.97 MB 5,665 15
807,406 807,406 0000000000000000000408b09b3bb0d166a33525417bd23e069c8993c1131f8b 1.41 MB 1,806 13
807,405 807,405 00000000000000000004e8c6d563ff56a6eefcc23f1336a36535bf33e82eac10 1.45 MB 2,320 14
807,404 807,404 000000000000000000035bb75b4e28a8510d60b00844508455f2bcbeb8a55e5b 1.61 MB 2,937 18
807,403 807,403 00000000000000000003d859a58ba0d73528281cc057a453587d404ea9ac726e 1.80 MB 512 15
807,402 807,402 00000000000000000000eff3e8ce3f2dfa5c645b1dda695a1a3e727fb99598b4 1.79 MB 3,968 18
807,401 807,401 0000000000000000000482a241d7e033faee8ed20baedf66530b3b4d2cb86858 1.44 MB 2,648 31
807,400 807,400 000000000000000000007ec61e879bd90ebad7585267aa639ac22614807049e0 1.92 MB 3,838 17
807,399 807,399 0000000000000000000093980f8a22fac2eb29fcc3a5bab790e455e919db0097 1.55 MB 2,889 17
807,398 807,398 000000000000000000026f1892a0d0f81d0d8155272a49b58ddff5842c427a85 1.40 MB 2,475 28
807,397 807,397 000000000000000000002dcf66e23f2b80763cd25eec40aa31f688d9443bdf68 1.43 MB 1,922 20
807,396 807,396 00000000000000000004c403295776545e6bf3748154c62a697e26990c9c0778 1.44 MB 2,745 24
807,395 807,395 00000000000000000003e401f6f134d3b32432aacab3ecdad47a4e72ba5a8a9e 1.76 MB 2,741 21
807,394 807,394 000000000000000000020999d38df8ab4bb8c95ba126568408652033baaca566 1.49 MB 2,864 28
807,393 807,393 00000000000000000000a5212454e65a637158b7e7002ca741147628f65f73bf 1.48 MB 2,947 28
807,392 807,392 0000000000000000000329677497a91633125d60a2de3dcb42e31facffe5320b 1.64 MB 1,647 17
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.