Memory Pool Memory Pool Refreshing

3,805 transactions
1.57 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
908,644 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,984 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,643 (833,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,486 75,486 000000000062bbb2b34fb03c0248e16420926fec1d5c55e11430a20c0b785edd 0.00 MB 1 0
75,485 75,485 000000000032822ed8861987a1bdf4b2ef961b4e9bf4e182f215ab61b88f400c 0.00 MB 2 0
75,484 75,484 00000000003d38ea2aaa82af56e65ee15519231bfb4c49149bd22ca4368d0aaf 0.00 MB 2 0
75,483 75,483 000000000029652e2a61445f47343b26834168786946a51737d07af29ab6e700 0.00 MB 1 0
75,482 75,482 000000000071b825680b71b9cf24e7c19d4b49aef980ad1419dbf4266ac394a9 0.00 MB 1 0
75,481 75,481 000000000028238a271a34d82d3136e0ef9ea86e9ce6816196ad808bf1ddea5c 0.00 MB 2 0
75,480 75,480 00000000007af8c1f001aeba0abb7e8dc5a239dd100ae4cea4cac668d06c5876 0.00 MB 1 0
75,479 75,479 0000000000638c6e7aaa12a1e8bf34ebbf633212a0f0a58a50834ed0b48347aa 0.00 MB 2 0
75,478 75,478 00000000004e19659147dbc9aeebf130044aefb3bdcb7140cbd277125b80ec4b 0.00 MB 1 0
75,477 75,477 00000000001c4c7be7df45a9d7abaca465102718737f1dfc6f104e45c0caa586 0.00 MB 2 0
75,476 75,476 0000000000091e429f172d97171c56e5cda8721b24bf3481fbb7554afea1581c 0.00 MB 2 0
75,475 75,475 0000000000125769a3104aab2cf46ad475347f67956d48decc2f92ec6e48d400 0.00 MB 1 0
75,474 75,474 00000000001ae02753a4be3d4bf856bf9b16be0f9b3bef7ba39eafa1d97c250d 0.00 MB 1 0
75,473 75,473 00000000007577905c9cd50bda7d72b32f28c6dcdffb4f1c8a4a87a851dec530 0.00 MB 1 0
75,472 75,472 000000000051d61e4c3359e9117dc6ed96cad4d682a1f2d1a4608e8abccd6594 0.00 MB 5 0
75,471 75,471 00000000001e3ff39048b330d8e5ff2f4b38dbed18c9b783397e8da05aeb4206 0.00 MB 5 0
75,470 75,470 00000000006b1f87f0b528cfab06aa5bfcec3541f49176754d233c1d0b5296ee 0.00 MB 2 0
75,469 75,469 000000000048691d4fb3a08351fc2f5fdd8ea7c7faab2f2f8cce4d0e81d86066 0.00 MB 2 0
75,468 75,468 00000000000b9ebaa122b98d4b77b4752423d126cbb8dbf12e293ea2c0a00433 0.00 MB 1 0
75,467 75,467 0000000000320faa17a0b979e0e2678646ef43767312eb757c5d95b832cd4a29 0.00 MB 1 0
75,466 75,466 000000000074431333a37235b75a4cb43177de92ff8740cc8051de5fc1aa05c6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.89 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,851.22 GB sent, 101.38 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.