Memory Pool Memory Pool Refreshing

9,963 transactions
3.08 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,343 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (76,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,979 830,979 00000000000000000001768579613e0cb0781050c58406b0166a1fb7825f8350 2.60 MB 2,565 17
830,978 830,978 00000000000000000001ff3dc52ea25d7b5ef477c540119d6e2456a84205cf78 2.23 MB 1,695 14
830,977 830,977 00000000000000000001b27006120f013ebf1fd99c7fb1e8fdfe59392295dee5 1.42 MB 2,317 14
830,976 830,976 000000000000000000010d225190adb3b2485912a13fe12b7d2f6a099ecc033c 2.03 MB 3,386 15
830,975 830,975 0000000000000000000075137ee1c86e724bff7bc702eddc92fb04fa1abb6251 1.63 MB 3,147 26
830,974 830,974 00000000000000000002da814389106abad6cb4fb1217f598008ebae9c1d55af 2.14 MB 1,999 17
830,973 830,973 00000000000000000001a56b07014df72862f3d7d1824765fedb62242155c616 1.82 MB 2,770 18
830,972 830,972 00000000000000000002354b9b9c0bb51d9c32e6fdb8c2195b38253c2a9ec947 1.61 MB 3,818 27
830,971 830,971 00000000000000000001bfc21b34a6b16785bafe0b94664cdc6938145a35d15a 1.63 MB 3,826 33
830,970 830,970 000000000000000000028b8bb18d0a9857dbe75473142231738e0670d38b26f4 1.73 MB 2,480 25
830,969 830,969 000000000000000000026a19ef925bd8d780c0a3dd1e03aacd549ef6d72eada5 1.58 MB 3,303 24
830,968 830,968 00000000000000000001c0dbf84989d0eafc1cfaeb8be6a752ae6931dc0f5a72 2.60 MB 2,438 16
830,967 830,967 000000000000000000024f1fd71b6a9f8e820ae2585cdfdf0f6a9a69bf59416f 2.41 MB 1,707 18
830,966 830,966 00000000000000000002ab00e494ba9141155ccbde2e25843fb23afb1a347ed9 2.92 MB 1,889 14
830,965 830,965 00000000000000000000b2f349af3268efeeacf3fe6a6fc1bf9b5e986345618d 3.32 MB 1,078 13
830,964 830,964 000000000000000000003cd757fd2e0721cb71f79a5279cc9f17869ab644ae8a 2.92 MB 1,312 13
830,963 830,963 000000000000000000033469797943f2a499cbf1edbfb4d6ec8d9f3af0164c6c 2.41 MB 2,818 16
830,962 830,962 00000000000000000003618e2e26284c762f06b74bc87f491c64eecea707b77a 2.43 MB 2,683 16
830,961 830,961 00000000000000000002779d89c76321626858cd17739bee9efc47bc490fcc26 1.65 MB 3,320 18
830,960 830,960 000000000000000000000b92e258db7fc740a50655ef0b367234d5b47d78f572 3.41 MB 1,238 13
830,959 830,959 000000000000000000027633e46cb128959ec847846bc92b126edc681f1d946c 1.67 MB 955 12
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.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.