Memory Pool Memory Pool Refreshing

6,185 transactions
3.25 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,972 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (857,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,644 50,644 000000001f8f3b435772be3279d359acb183c0d44f2c840671e976b910f8ccdc 0.00 MB 1 0
50,643 50,643 0000000011036bd0b9b2cb58cae9e6098c0ff7ccbfe866ec4e8f8008b87c5c9e 0.00 MB 1 0
50,642 50,642 000000001f00ed882ce832686ddd2dcfafe250eb8129155a654d2b07682feb3d 0.00 MB 1 0
50,641 50,641 000000000c72b4443e243b41a494238f653058a9581a67bb1d36b51d2892d042 0.00 MB 1 0
50,640 50,640 000000001464f44ebadb6a3650e801c3f7ad321f609aa9e4b4e75e1dae72395c 0.00 MB 3 0
50,639 50,639 000000001cb927c140f69fc3097c69c5dd6f99d9970c6e4a9cd641ba30f76877 0.00 MB 2 0
50,638 50,638 00000000051a6693bfce20f5226a217c42d9c92b41a8449085dbb97a9265f750 0.00 MB 5 0
50,637 50,637 0000000001071cc8060d975ad4d6c1f7d5ab425342d57f8f1390fea0e257d0d7 0.00 MB 1 0
50,636 50,636 0000000001f94fd2613b6d52e3206819459eebecb35b63a2ee75aa6aa0c10b2c 0.00 MB 1 0
50,635 50,635 0000000004ffd75bfe5ce59b21ae19c16463e393a52d3d49315b4bdf751589f2 0.00 MB 2 0
50,634 50,634 000000001865bb0f436e03b616beb453291be5388ba96382e73e63410307be56 0.00 MB 3 0
50,633 50,633 000000001045b1d6287f271396eaaba85df39d247b87ca1cf0b7ed88770c8433 0.00 MB 1 0
50,632 50,632 0000000015f9bc2d555da37d7d99b04e6048ee6a70a3b55fa782dc5abd6ecb28 0.00 MB 1 0
50,631 50,631 00000000203afb69cc1df49b3b70aac292be31b3dc8e374097a412bd67899044 0.00 MB 1 0
50,630 50,630 000000000419bb3196bbb62fddc13cd41ce04989d45c39ca628d39d9546b8e0f 0.00 MB 1 0
50,629 50,629 0000000005cc816db837f11dc392370afc7e5c01160f478457398fd00fdd8cd5 0.00 MB 1 0
50,628 50,628 0000000001c5bbe928d7e82f27e052a49c64a0cb45565150047ff857455e4f06 0.00 MB 1 0
50,627 50,627 0000000016c7d9c6a0fb5753ec09fcf7dd6f43a4350634d8aa384fc23fcf7b4b 0.00 MB 1 0
50,626 50,626 0000000015aee21d4abc459b7814c6d2668b5bc1f36e482fb2c604191dfc422e 0.00 MB 1 0
50,625 50,625 00000000107eecc684c37e250b9285e955f537019a89d6eee8d1d1eb455d45ca 0.00 MB 1 0
50,624 50,624 00000000048b265078286c1f1f07273993a8c1546d85005986222678b7079706 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.