Memory Pool Memory Pool Refreshing

7,129 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,572 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (22,734 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
884,993 884,993 00000000000000000001ae1d385b3ada8424e4745f96aafdb0cbe51fc20e7106 1.65 MB 4,614 16
884,992 884,992 000000000000000000002213be5082ca7e2061734f29dc62079083b131ec6aca 1.76 MB 5,014 15
884,991 884,991 000000000000000000005075404edd6edc806976389a9f7e2ff71db1c2cf9b83 1.84 MB 5,047 15
884,990 884,990 000000000000000000018c67b80600cc7245021e41906bc34a16181e2dd37d81 1.68 MB 4,640 17
884,989 884,989 00000000000000000000a525cc564a6bb4017eeeaa443a408d7ba7fba228ca6c 1.85 MB 4,670 11
884,988 884,988 00000000000000000000786cf4842bfa85903df2d415d7c5e07fe5300422b808 1.72 MB 4,370 11
884,987 884,987 00000000000000000001fb42736144756f7d0e375423fa2093140eb04080a4da 1.74 MB 4,852 10
884,986 884,986 00000000000000000001786108bfb69d190a33dca95ee84f5202ee5f0298a945 1.79 MB 4,671 11
884,985 884,985 00000000000000000001a282ee84e7c65e2d2022893a7f1b433f297f8d25008c 1.57 MB 3,875 12
884,984 884,984 00000000000000000002632d905947fa90e1d42e30cd0e1900f341ff8cd390c0 1.79 MB 4,759 6
884,983 884,983 00000000000000000001d10b0c1761a898804f4f4c534aef30dcabb25ea9e918 1.73 MB 4,719 8
884,982 884,982 000000000000000000005f30879cda645dca8fa0b85dacd49a1a7d8684611d1e 1.68 MB 4,359 10
884,981 884,981 000000000000000000004c6a4b20da0b35808d1fe2da137c92e10f6a715ae6fa 1.63 MB 4,403 10
884,980 884,980 0000000000000000000075147044a86b1950ec570391dc735075de0f230768fc 1.81 MB 4,812 6
884,979 884,979 00000000000000000002586386cc2f5939dcb4fae074a15ef7ccd4e6b6c9c5fd 1.77 MB 4,652 6
884,978 884,978 00000000000000000001a6104748e18b9ebe2acabe50c9efd5f2d500b2ea6214 1.81 MB 4,926 7
884,977 884,977 00000000000000000002027061a7517fe3a5bc68da396815942cba98bcbdff51 1.84 MB 5,355 7
884,976 884,976 00000000000000000000ad502079bf0b4a3fce5792108e4da92b7a70078c531f 1.82 MB 4,750 8
884,975 884,975 00000000000000000001f824f3bb83a51368823861f391133c99a6f76e539628 1.66 MB 3,675 10
884,974 884,974 000000000000000000007966d9f13b99073da7740131709d7d38fc306b061e87 2.26 MB 4,909 8
884,973 884,973 000000000000000000015b28d37a2c852aaedeaab15217fbc89546c5e30920e8 1.56 MB 3,837 10
Previous 10 blocks ↓
Total Size: 769.03 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,625.98 GB sent, 93.05 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.