Memory Pool Memory Pool Refreshing

17,972 transactions
5.79 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (45,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,485 862,485 00000000000000000000b2f7b85f5f22015f384c2a4083e52e821a0bd93138b4 1.64 MB 7,836 1
862,484 862,484 00000000000000000000a3d0c767af8d1a12ebec05717dc257a1e9aeac28fc18 1.80 MB 4,066 2
862,483 862,483 0000000000000000000208c5b2f5923acbbfaea4e71871fccebd3f258da746df 1.82 MB 3,107 6
862,482 862,482 00000000000000000002555e4a6414553d41a9d76683497d32cd085243185e93 1.61 MB 6,656 2
862,481 862,481 00000000000000000002efc3396cfa12fc5aceae705ea4145a456ce802e5c99e 1.58 MB 4,798 3
862,480 862,480 00000000000000000001a25dae793f88a5dda6de5c3ea6853aef99a5571c4b85 1.63 MB 6,729 2
862,479 862,479 0000000000000000000290bda8288e6f924789579163d24887b2533d4e9e28b4 1.61 MB 5,112 3
862,478 862,478 000000000000000000010c35fca27363353e15e8a90a66130ba5b69321ef077d 1.62 MB 7,315 2
862,477 862,477 0000000000000000000213786b85b52b6f2233dcb34b2de682c8832fb83f0b11 1.67 MB 5,331 2
862,476 862,476 000000000000000000001b75e7ba408dde19fe515bb6d34f21f11c7c3c7c3636 1.64 MB 6,577 2
862,475 862,475 00000000000000000002c2c8b48877105e4dff2883952f5b0b7f503aa1aadf37 1.49 MB 2,151 3
862,474 862,474 000000000000000000004ced1114b6aa8483550318f1b0e63275baca39ef747f 1.64 MB 7,592 1
862,473 862,473 0000000000000000000140eff7622386adbb6f175ce3d128dcba1a3498f8cf66 1.86 MB 6,324 2
862,472 862,472 00000000000000000001fb5453ca09a7c369c0261dc6b3c1684247bfc9e49884 1.63 MB 5,827 3
862,471 862,471 0000000000000000000084740d53c4e4049e5c5eef67cb104849389a7b0486d0 1.65 MB 3,141 4
862,470 862,470 000000000000000000005a65705711b35a9b662a265e9269def9318f4e8addcc 1.65 MB 6,446 2
862,469 862,469 00000000000000000001a2243b7c3b8c9e542f63c5dfc57d785194813962abfd 1.58 MB 3,167 3
862,468 862,468 000000000000000000019d923f21c604b5754ea23c358a4ca0e894b52159fe6a 1.81 MB 3,115 3
862,467 862,467 00000000000000000002e4e6655c5b7da8632dbe41a737940a5123ae9b784a14 1.52 MB 1,732 8
862,466 862,466 00000000000000000000ac2706e6709f37418764d6aaa54eadeaeefc923179d3 1.61 MB 6,021 2
862,465 862,465 000000000000000000024dc5a62ca11c7165a2be8fe79479425e35b60359e576 1.69 MB 6,924 2
Previous 10 blocks ↓
Total Size: 769.02 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,624.27 GB sent, 92.99 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.