Memory Pool Memory Pool Refreshing

2,325 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.63 vMB 2,319 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (797,073 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,719 110,719 00000000000077aec2d34f6de149ba5646c13386fc211a9f235b731ff392e9e2 0.00 MB 12 0
110,718 110,718 0000000000012fa7d80a99682670925300243aca934d600e9123be196caf218c 0.00 MB 12 0
110,717 110,717 000000000000db6c0dc0f8b5442dc889c97162623ba90639bd3c27bb4ed8dfa6 0.00 MB 5 0
110,716 110,716 000000000001795ef128cd0fca02fc131b9876984e4d7bf9d6caf55536f312b8 0.00 MB 2 0
110,715 110,715 000000000000a38fc0d6c4df098bdd769bb595d2a682ed9c656bec609dcb47d3 0.00 MB 2 0
110,714 110,714 00000000000019b8c08b66802df4b0d1d42c9f44e2222b57d599503f8625af1d 0.00 MB 2 0
110,713 110,713 00000000000198ea2423f13bc1927a51254061ff18f86ff729f36b809f5a991d 0.00 MB 6 0
110,712 110,712 00000000000009885b695dc731f06739da081caf127400e484db6c97d3051179 0.00 MB 5 0
110,711 110,711 000000000001af8ca7ffdd42a5b008c89cd040dfb45aea6a628517d4ff4562e5 0.00 MB 11 0
110,710 110,710 00000000000158ef389a56bc80970203df7cdefd63fcae4f4d029ae9990c3fcd 0.00 MB 12 0
110,709 110,709 000000000001994f06b7811d09bbe15bf48729bb9259449e6d0e79f7cf61a390 0.00 MB 13 0
110,708 110,708 000000000000241baec711a7ff61c26a905ba983147e223ae731874714adb416 0.00 MB 10 0
110,707 110,707 000000000000310887c2c2997d170d468a79998d206de27331fe0f4d4045749d 0.00 MB 10 0
110,706 110,706 00000000000189b7a88e76374b13b8de6a7e136337f3857b239939173ec81b1f 0.00 MB 13 0
110,705 110,705 000000000001a01cda00695839c1c0f3771e88a73c7cefc731fda4c8081bca58 0.00 MB 1 0
110,704 110,704 000000000001cbb0615c691b92fe3d4a7baa07c57c24fc1a75b4f6b1f4192554 0.00 MB 1 0
110,703 110,703 0000000000004858b111a93ec9da056802e00bd65379df485d2a030cc67ccd2e 0.00 MB 9 0
110,702 110,702 00000000000044521ab3b5365113c8c991ca41f62ef22ca7a45a042f51e15066 0.00 MB 6 0
110,701 110,701 000000000000811e0ee203caa4a8c99acb3d5d9608ebb4e9c8586f5628469837 0.00 MB 3 0
110,700 110,700 0000000000015c262b3d8ae4de41504806abe2ec4f463e0a8d614819c1fcf942 0.00 MB 3 0
110,699 110,699 00000000000062c7fad87786781b7d6afb95504481ca64ca899a9d332b84539a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.15 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,632.63 GB sent, 93.64 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.