Memory Pool Memory Pool Refreshing

3,254 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,805 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (9,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,561 898,561 0000000000000000000186d0e5205ed39b08ad462fd21878331ac285ffdcabe3 1.45 MB 5,331 4
898,560 898,560 000000000000000000019d0838369cbf1dde285e0bd8ee1c194bf935b0fab432 1.47 MB 5,541 3
898,559 898,559 0000000000000000000085a3e44384a00fec5da871c4bb5e6bd0b8021a99dba1 1.47 MB 4,839 3
898,558 898,558 00000000000000000000718f171dc09047eee4bc6979a0e06aa507b02403e5de 1.46 MB 4,386 2
898,557 898,557 00000000000000000000637450a7bb8179623ea6ffcacc88c1d6eb569ac06d0a 1.52 MB 3,648 2
898,556 898,556 00000000000000000000aa708221481acf488f5f2b22f395be5f6c501baf23b6 1.80 MB 3,318 1
898,555 898,555 000000000000000000014f40f4ba0d774897001a9305d97f80144a73d515ca9c 1.58 MB 2,765 2
898,554 898,554 000000000000000000009db08823cbdd47090f0bef4ec1b3de5acc97b9a49ed6 1.40 MB 2,334 5
898,553 898,553 000000000000000000019b5812dbc79a9eddf49e8bebfb2695156394f65b338e 1.97 MB 3,164 1
898,552 898,552 0000000000000000000231560cbff3d90a05eac4f7fdd6ff7f8a65e8ebc38c16 1.81 MB 2,054 1
898,551 898,551 00000000000000000000e5f55661b98b714589392ada9683c74508f8db6fb475 1.40 MB 2,143 2
898,550 898,550 00000000000000000001f21b8122b9475de7c1c1de69b770335eeeb8b874bd08 1.32 MB 1,705 3
898,549 898,549 00000000000000000002316949117113b194179f96a50cabe6da62168e08c34e 1.46 MB 3,297 4
898,548 898,548 0000000000000000000109fd0f87307246fb66687197975b59da93cf22780b5a 1.49 MB 4,562 5
898,547 898,547 000000000000000000021d6a82ab8a85ad985204f4323b42db3320616ac5e424 1.38 MB 4,657 2
898,546 898,546 00000000000000000000c4cf49d009c23299174e53536256bf5e771ee9cbb64b 1.45 MB 4,589 1
898,545 898,545 00000000000000000000a5def4e561555d6933704b8a7ac1cfd3cad1e99b7f9f 1.43 MB 5,112 2
898,544 898,544 000000000000000000014851db3d8893a5872b2c73c5ff5fe5306ba5ad4b9e2b 1.54 MB 3,822 2
898,543 898,543 00000000000000000001cedcf3dc802b77c45b626bc5b5292a9f13f5dfad74a7 1.65 MB 3,160 2
898,542 898,542 000000000000000000009ec49467ad6947c4ddb495977452dcc4a1d8629b8453 1.53 MB 3,147 1
898,541 898,541 0000000000000000000235eefaa5846c60577ceb44b0db7d6154c457a1ed8237 1.37 MB 3,615 2
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.