Memory Pool Memory Pool Refreshing

7,777 transactions
2.30 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,787 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (795,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,637 112,637 0000000000007145b23943ddd45193634450709370c0fd7ac9bea626af5b0ffd 0.00 MB 10 320
112,636 112,636 00000000000046a7241c7e6df6f0f4b1e62b3cc8bf88af049631d3ea16d87da8 0.00 MB 11 604
112,635 112,635 000000000000abc7392ea6b0db42da871b69eecfb378e4452b59c918f98c145a 0.00 MB 14 1,026
112,634 112,634 00000000000062c344527cf060da0902e486342ae91cb6dd6963a8cbf26ec927 0.00 MB 14 571
112,633 112,633 000000000000a75fafe28875e1f8060e3bc75ec1a7fad0971f882ce59b567976 0.00 MB 1 0
112,632 112,632 00000000000055012ea04fb1955b2058ac06b361dcc4fbbb0b91a72ed99d08e2 0.00 MB 12 335
112,631 112,631 0000000000012b1f590e3440bc50add6ceeb37cca3f6d741d707cfe22e6b70aa 0.00 MB 12 0
112,630 112,630 000000000000bdadf3c70690a7e76273a5c892cc8afacdec119c32494b8317f7 0.00 MB 15 798
112,629 112,629 0000000000011365bbddd26243ebfd5ea18c3b9184f1ddfa1acc632a177bff0a 0.00 MB 13 646
112,628 112,628 00000000000105ae75d75a80bc45aed22f3f07ff3d400355c9e0c104f69a95b6 0.00 MB 12 0
112,627 112,627 0000000000001d9fba1b05dab6f0daa6f39d7cc4a70d0febabb3e142640180af 0.01 MB 17 168
112,626 112,626 00000000000127dc91f1e5561083665276bf4bdfb9e501719889b1c7698d3428 0.00 MB 14 307
112,625 112,625 000000000000f7bc0e3c029f1d38be8a04f3e954b8e2172023510f82911448c0 0.01 MB 22 509
112,624 112,624 00000000000122664fcde9474329004556c55a8abece6ae49b4bf2125a81bdc3 0.00 MB 3 2,403
112,623 112,623 000000000000902f4ffd6fd287c26b8d19b650ed27c42e87ac606ee85b9bb198 0.00 MB 3 3,891
112,622 112,622 000000000000aaee9f5a6bf12be477852a684b03c8ae9fcd7db4669b340936e5 0.00 MB 16 1,677
112,621 112,621 0000000000005febb345f11c874525144d70b3b24313152abff495e3bf10a624 0.00 MB 12 1,093
112,620 112,620 000000000000cf97e2a37fb902138c97958e10e0fc25f38c9936969df25e62b8 0.00 MB 12 0
112,619 112,619 000000000000d221238277275b4105382b339570fac8eaddcd17fe9ac1f0f8ac 0.00 MB 16 494
112,618 112,618 000000000000d14330ac75988412d928c03c48aca63923ade01a00431e4ad239 0.00 MB 3 0
112,617 112,617 000000000000b67b1cc69080c1b28713a8d0455469d7bae08ed1ab65986b481b 0.00 MB 6 2,388
Previous 10 blocks ↓
Total Size: 769.31 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,642.78 GB sent, 94.50 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.