Memory Pool Memory Pool Refreshing

4,384 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,578 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (54,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,834 852,834 00000000000000000002778461c5c3210acd200878b3bc48d3c07628b9802b5a 1.21 MB 2,065 4
852,833 852,833 000000000000000000033175846f5e96e4c91b788ae70d0ff851fe5d960963b6 1.06 MB 893 4
852,832 852,832 000000000000000000017e018bbdf68e0cc13f095935ce4a8274f0baa96ae967 1.55 MB 3,566 7
852,831 852,831 00000000000000000000a7b8e3ddf5298405ce46f53a3de871e57a7d35416e49 1.51 MB 4,315 6
852,830 852,830 000000000000000000034c89ee620563961d143983148451bc9ea8893120397d 1.58 MB 3,472 7
852,829 852,829 0000000000000000000298ecfb0c8de751b1324289bb593929a863d59a296506 1.47 MB 2,762 10
852,828 852,828 00000000000000000001614a78d39f6ad8ab65b4c5c882276bd50c4fd095cdb8 1.13 MB 1,293 4
852,827 852,827 0000000000000000000071992a6349083d039bd270198fc4ed993366765aac2d 1.62 MB 3,575 6
852,826 852,826 00000000000000000000bccd42e23967b354a2fab9dacf8c7c6da92e21213554 1.14 MB 1,631 4
852,825 852,825 000000000000000000023c2dda39966088ff01f885226e4b70802a3a7b201c25 1.31 MB 3,583 4
852,824 852,824 00000000000000000002f1ccdaf178a9bf2bd16ebb7fa7d9a42d88b8cda00303 1.55 MB 2,697 8
852,823 852,823 0000000000000000000002fcfd0b17dd79c67b16e6db312daf8d6689f5e485bf 1.36 MB 2,937 5
852,822 852,822 0000000000000000000253ebb004c997abb4c795ad89fa76e0d21386a19c44e4 1.38 MB 2,734 5
852,821 852,821 000000000000000000021ae083b7366ce3fcb4a7585e1743059a581f64b05152 1.26 MB 2,325 4
852,820 852,820 000000000000000000021b4de6ec11157ac1a703f78c36812b5a047bd4c68eba 1.16 MB 1,018 4
852,819 852,819 00000000000000000000f6a0d174b8b16ec7faa7fa4f6c5b95f67c1f6c256ead 1.08 MB 882 4
852,818 852,818 0000000000000000000195fe7a776a88c11840f412e7d3f3b018c39553d43247 1.08 MB 376 4
852,817 852,817 00000000000000000002a1f4075935b45dc81fc3cfd9d7b50c0985cde4f653d1 1.33 MB 2,417 6
852,816 852,816 000000000000000000022a1da7095831c6d11524994445b71e62e8f298958664 1.32 MB 2,949 5
852,815 852,815 00000000000000000002c3430924eb6cc55c71e75a2c1b9146ba7705fe65806d 1.55 MB 3,444 9
852,814 852,814 000000000000000000000441c999d9c6c6da0ecaa1b83c258ad048f294725656 1.23 MB 1,869 5
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.50 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.