Memory Pool Memory Pool Refreshing

5,591 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (595,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
312,029 312,029 000000000000000034a67605f52b8c3af18b0ee8001972428e235f923c090124 0.03 MB 27 16
312,028 312,028 00000000000000001e0d4cf27e8bb996e8e8a2523c3fdf1ed8270103d69163d5 0.11 MB 179 16
312,027 312,027 00000000000000002d8f26a77b93295ff591d32a86ec6b2cc61881a244664555 0.03 MB 68 28
312,026 312,026 00000000000000000e8c9651007e5d60f14692d023682da72ae4e594cd57518a 0.56 MB 1,090 31
312,025 312,025 0000000000000000094600bb277f6e1d94940a4f7c051ab99c07b5c0c2905cb3 0.14 MB 248 25
312,024 312,024 00000000000000001e8e4529fff78ceb05e939da9f048d39e5689a5d3be9b788 0.21 MB 260 18
312,023 312,023 0000000000000000323aa1d50fe27c44c532c44478fc1330b59030ec2e096014 0.75 MB 1,437 29
312,022 312,022 000000000000000015424bc7e533224e94bb3b4e2f3f443e0270cea2eb2567ad 0.09 MB 150 26
312,021 312,021 00000000000000001438ce8b36c92135438f54bd6aa8d696044e69e2d1add0fe 0.16 MB 372 27
312,020 312,020 0000000000000000066e8432f828b7c0ad0fb5b848d333e3b2341c7e507e1c00 0.17 MB 340 26
312,019 312,019 00000000000000001ebaec7b0c7ee512ff7788674c120258f9e923305fe48c59 0.61 MB 850 24
312,018 312,018 0000000000000000233837051d25dfa6b76564cd61ababb4b7ceb1825aa4a657 0.35 MB 948 40
312,017 312,017 00000000000000002fe8d367be6af1131c5bdc62e20b2cfd31827c74c4f71bdd 0.30 MB 147 13
312,016 312,016 000000000000000023f080c00eebfd27e3ba53fd087796aa27fff7f4fe692d6c 0.50 MB 476 16
312,015 312,015 00000000000000002fd9e6f947a94277cf9dc5beb8be4c401b4093f4e669a420 0.75 MB 1,792 38
312,014 312,014 00000000000000000a4830a0ea0a6d8fc412d658e63518522d16686e0267cef6 0.35 MB 927 40
312,013 312,013 000000000000000020b8832b2404435ef3224ac70aac37c1e281c70e5b16f1b1 0.35 MB 950 40
312,012 312,012 00000000000000002b1969c6d630cfac81b443e90a6e8fb3ac57fcb4c1c93a99 0.33 MB 628 26
312,011 312,011 0000000000000000212f146d322552b2492424dd82b3b5a28fcb8ce57e00cd3a 0.25 MB 485 28
312,010 312,010 000000000000000014a91a70d2f9dc835a8b54e41226d8d02487fcc095284a87 0.19 MB 355 27
312,009 312,009 0000000000000000357481e40fbcb367ccae412e95f2f4ebe165d4c2b4256a91 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.