Memory Pool Memory Pool Refreshing

12,184 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (431,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,596 476,596 000000000000000000c4bfbe375f801b48a90e63f0308b537a077134568c1a1c 1.00 MB 1,927 29
476,595 476,595 000000000000000000b915587f22c7f7735bc3b2a52ed9bc63b49d69435d3762 1.00 MB 1,485 117
476,594 476,594 00000000000000000096a04def8a2cad62d6ccc0fdec909abf143434805dfd68 1.00 MB 2,064 186
476,593 476,593 0000000000000000012951253aa82a9fa449bb03fa5371c1c172f9e4d27cce3f 1.00 MB 2,758 293
476,592 476,592 000000000000000000047516e8fd622292bd6f2b734e51a98fe50037d8dbe00d 0.99 MB 1,821 270
476,591 476,591 0000000000000000008e1aaca5dd18e94a6f3210b3e306673a1217b431426e49 1.00 MB 1,916 36
476,590 476,590 000000000000000000f8efd2d6dc7f411a27bf9ac26cc175e37a68a69b0b302b 1.00 MB 2,395 180
476,589 476,589 000000000000000001003de2fd0a8ced93b4ddd12b1ec417bf7c7ebbd35809e0 1.00 MB 1,897 194
476,588 476,588 0000000000000000012e5cdc46120fc51e3c4d49677d618bd68cb72023141910 1.00 MB 2,415 216
476,587 476,587 000000000000000000c92940f9b467ecf229e429c07473c70c0844420479519a 1.00 MB 1,819 140
476,586 476,586 0000000000000000010f931f372b60e56d25c6d1e4de0cf88e3f3b6586a7199b 0.42 MB 671 94
476,585 476,585 000000000000000000ea2cc7a096161a3f035f29d227d70ddb6d7f0a0921ef90 1.00 MB 1,356 166
476,584 476,584 000000000000000001271772ab8b2aeeb63a90f1931e989fb953f84a298a384d 0.47 MB 783 175
476,583 476,583 0000000000000000009541ca271e9588897c0285bd425a9901e7e8315c1bf6aa 1.00 MB 1,508 32
476,582 476,582 000000000000000000e6326c618eb77be464b428e163362ff68027b9f001f0ec 1.00 MB 2,172 96
476,581 476,581 000000000000000000f1510d5b022752e14ca8cec9d0712430389e9b94bd00c2 1.00 MB 1,903 125
476,580 476,580 000000000000000001215da9fa5fdd4257f898f8f123ff07c3424be419098584 0.99 MB 2,092 191
476,579 476,579 0000000000000000006dfa46ff35e567f4ace2a520231f0b30a4cb8a3bdb35bd 1.00 MB 2,094 112
476,578 476,578 00000000000000000044fc0438e4e273398e0f6d2282a33e113e672cd538e9be 1.00 MB 1,654 160
476,577 476,577 0000000000000000008c8f34837a9027ed0897a4d58190a767fae8656f607cd9 1.00 MB 1,935 134
476,576 476,576 0000000000000000007f8f94def5e9c4b5592fc58a8284c21b40d3ca824636d2 1.00 MB 2,086 236
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.