Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (24,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,557 883,557 00000000000000000000dca20ad64abd82cecf78605b2fa7b51855b95e4b6e8b 1.73 MB 3,661 5
883,556 883,556 00000000000000000002369b745cadd5cb2480431cb6c3e4a3e2d612bfbc3df4 1.60 MB 2,713 3
883,555 883,555 000000000000000000015da5c3243df0878a17a00dbacf063129bd4266fc7cb7 1.97 MB 807 1
883,554 883,554 000000000000000000026d6883cff93d01aa39b05aff647374cca2ed3cb87658 2.27 MB 1,017 1
883,553 883,553 00000000000000000000d9f18282f84c28a84228ebe9e0d3a15201cf783fe634 1.75 MB 1,748 2
883,552 883,552 00000000000000000000558e8248451d90e7ebf20c8952063c66c2f78dbfbd1e 1.67 MB 3,333 5
883,551 883,551 0000000000000000000235fecf44df21916cc974c1187bf2f91f0302a8e01c77 1.56 MB 1,724 2
883,550 883,550 000000000000000000023201103ad701741b7f1abcc8a3dbfe788d7919de679b 2.12 MB 242 1
883,549 883,549 00000000000000000000eae621d1013bb3f7d1b566fee9cdd905ce46480b8a79 2.50 MB 1,124 1
883,548 883,548 000000000000000000003d1d123f1956036de43b1201e13d58a4afdc40c507ec 1.53 MB 2,571 4
883,547 883,547 000000000000000000020d5888050fe10eb464a37436010d71317c141ca95b38 3.21 MB 737 2
883,546 883,546 00000000000000000000118dc4785ad472f0cd0d81940cccea465b69e7bd6b86 2.37 MB 929 1
883,545 883,545 000000000000000000014d3fe6328658665c6fe8fd0f087dd68fc1f0ea78f4e2 1.63 MB 3,497 4
883,544 883,544 00000000000000000000f0480b4079a7b57eb5e7a59177b887527524de7d5887 1.65 MB 2,267 3
883,543 883,543 00000000000000000000d5fc6594c49e8a19d2e95e7c52701b0d0d36130bd593 1.98 MB 2,145 4
883,542 883,542 00000000000000000000bd0c7691efdc751ba4d601b71951e3b4a5307501f5a7 1.96 MB 920 1
883,541 883,541 00000000000000000001868f4344b85b79f4f0a2a3534609a4ca4179a0245545 1.96 MB 1,416 2
883,540 883,540 0000000000000000000218889f8471556a259c4f7bc0f85812ad8b5d9eb4dda4 1.78 MB 1,696 2
883,539 883,539 0000000000000000000232a4d05dfde029e15c95cf57916743ad9ca25a736d72 1.92 MB 1,453 2
883,538 883,538 00000000000000000000254c230c0c9c5f59360d14be48b49318c9467e2be219 1.78 MB 2,783 4
883,537 883,537 000000000000000000001072ec4c07dac886fe5a25942c2fa3bc9459997b7ec7 1.58 MB 2,641 6
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.