Memory Pool Memory Pool Refreshing

5,238 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,421 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (820,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,776 87,776 0000000000067d6f6724f9b640c055804eadefdb8055955b085721ac7599e173 0.00 MB 4 0
87,775 87,775 00000000000d120ad76e6c247f8389c0350c705ac12375ab71abcc0b3c18f365 0.00 MB 2 0
87,774 87,774 000000000004116b4e090844cc902115bfd79f8060f2a9d53340d51d161b3955 0.00 MB 6 0
87,773 87,773 000000000000a79a14804b00a3a6caa34f63ab891c60e1d8ce91bc839e5adf69 0.00 MB 1 0
87,772 87,772 000000000009ca166646bab8602b6c9aceb6729b9071185916603e8ec61aac09 0.00 MB 1 0
87,771 87,771 00000000001a7c64aa0a2c94b7c713d70f567da8c6be39bc99ec58d90dd479a3 0.00 MB 8 0
87,770 87,770 00000000000bc70d66b9455daf61677faac54db3a5b56a5905da859d47be1c46 0.00 MB 1 0
87,769 87,769 00000000000735f9699ab6472d63919b9554a38fdc5471bec3e900d58e525217 0.00 MB 2 0
87,768 87,768 0000000000177f8d13acb9ebc45211fd241f17eb3a908453d6c43b963b26ce65 0.00 MB 1 0
87,767 87,767 00000000001d0cb45d6473a95c0c30934e44249876a619869065d40c0317e961 0.00 MB 2 0
87,766 87,766 000000000007a991617e1ff1b9c490ebf545a6f9fe5d99f22b2fda497354413d 0.00 MB 1 0
87,765 87,765 00000000001389ce8578b31ef61799fd8b4af0847472ecb5e0161709a01b2ed8 0.00 MB 2 0
87,764 87,764 0000000000118fc2c84bc1dfe36e27e69c159d07aa836b053faa7e35c703a106 0.00 MB 1 0
87,763 87,763 00000000000091f46070ddef5c0c52809ecd7ea72f78441f32dd19a9d1e126f0 0.00 MB 1 0
87,762 87,762 000000000011e159dfb74f1294f7b2b6f6af02b2c38c81f137a06b023841da51 0.00 MB 2 0
87,761 87,761 000000000014d8f2778006934fd8568bb2b3d586e07e09b57a1320c94602d46a 0.00 MB 1 0
87,760 87,760 00000000000e50c9cde0e7db1047d0305418a966cc1e1c5abf9108dcb51f4a85 0.00 MB 3 0
87,759 87,759 000000000018da78d4b7dfb8e642f1c02b0447ea0862976ebb317f3435b2a13e 0.00 MB 1 0
87,758 87,758 00000000000b37f119282e186083820476de9d703387d2000e4d4422cb1c7b9e 0.00 MB 2 0
87,757 87,757 000000000008b89b9a62eb7e2a9d476b85bef3294354c6fc5804049016fff7c4 0.00 MB 1 0
87,756 87,756 00000000000bd8475327e17a896f717b6dfb9959dff703213fb630f63f8ce5f6 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.