Memory Pool Memory Pool Refreshing

2,780 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.77 vMB 2,780 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (60,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,031 847,031 00000000000000000000d81aeb185b67a47ffebfc19f7dc9f1e2810f9c6a51b1 1.58 MB 3,445 92
847,030 847,030 00000000000000000000a6f5699b5a4f36cb65052a93b6047f4dbe76bb815deb 1.62 MB 3,975 61
847,029 847,029 000000000000000000001cc711168d32f44d6f23f51190f4a8cf3343cfd5a5ea 1.53 MB 2,522 55
847,028 847,028 00000000000000000002faa2d5d50a16bbc9bdb32d3ed33ee7a76d8256e37b20 1.60 MB 4,994 35
847,027 847,027 00000000000000000001a27f043cd53aa776aa3f1fd9514d3fbf435b882a2314 1.47 MB 2,342 35
847,026 847,026 000000000000000000027eca27c77eab1cbf2cb9737741daa01f26ad6c654beb 1.72 MB 1,846 34
847,025 847,025 00000000000000000002ef60e0f91dffe60f92698f0cbfeccf33756fdc7e70a5 1.68 MB 2,940 49
847,024 847,024 00000000000000000002af7cd85a4395f25ace1ef437a9c80218990b0ea75212 1.64 MB 2,950 61
847,023 847,023 000000000000000000008799ad1ccea20c520f616f64503ec5971aef83d8e61b 1.47 MB 2,791 42
847,022 847,022 00000000000000000000794a9c8dd686e6e59927f74cf16d4b3dda83dba36452 1.46 MB 1,789 67
847,021 847,021 00000000000000000001be109527ce982e82bca371b57daca64d93339496041d 1.23 MB 1,486 48
847,020 847,020 0000000000000000000129353cba8f8171e28ae4e31552aaaac9098ffac72c73 1.40 MB 1,944 63
847,019 847,019 0000000000000000000318171f7649c4af7572af2535ef0c1c7821126aea83e4 1.56 MB 2,696 109
847,018 847,018 0000000000000000000096006747b821331f0c346b112a325afe2879a26285dc 1.28 MB 1,311 56
847,017 847,017 00000000000000000001985a62326aac6341e89aa17dacf0d43a5f6735f2a775 1.48 MB 1,988 65
847,016 847,016 00000000000000000002340f4afb2719b9db57afe5ae2cced174f6b9709e027b 1.62 MB 3,169 125
847,015 847,015 00000000000000000002f7033b3c460c70197b6e218e2956af815f533b88ef05 1.49 MB 1,807 74
847,014 847,014 000000000000000000005d8709164ff8c1c93dd0684d370af49979ac553bce51 1.35 MB 1,010 57
847,013 847,013 00000000000000000002fc425f50dddfa8a67ec0b1cb8fa8fe3fbf13898aab9f 1.28 MB 1,445 58
847,012 847,012 00000000000000000002bf671aba316abac6e464bb5b4b507b79cf09774dc54b 1.27 MB 1,550 77
847,011 847,011 000000000000000000010a484d1538315f184d8d0e342984ef1af9c2e6e563b7 1.38 MB 2,609 101
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.