Memory Pool Memory Pool Refreshing

5,825 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (753,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,667 154,667 0000000000000751080ba4118ad653dfa3cd374e5201bf54f86cbf0d0a13299f 0.00 MB 10 42
154,666 154,666 000000000000049655ff3d93065781d24eb9776aad5a16bff03ced01049efef6 0.01 MB 17 10
154,665 154,665 0000000000000b7417b8ed5378e2cd93c2a3865f24492cce7587011779768c47 0.00 MB 11 31
154,664 154,664 00000000000004f7c86668fd3e0d6b5c9c8f0a709b0b073554c82942b5702206 0.01 MB 15 195
154,663 154,663 00000000000006d16edfa2b107190aa9268ad5363c23d2dcf911b738643f505f 0.00 MB 10 174
154,662 154,662 000000000000080503ad02d9e62fd495e53ec405da090090c2e664297f045f02 0.01 MB 11 43
154,661 154,661 0000000000000aae39e68c988f7708dd751097aace33795c557f67fc35c591f5 0.02 MB 51 136
154,660 154,660 0000000000000960b8668c5a59ce52737a6303557243dd6790a02b5191a9df5a 0.00 MB 13 334
154,659 154,659 0000000000000225cfa964e5c900adec464a432482a4e5e9f7ed11b19d04492d 0.01 MB 35 134
154,658 154,658 0000000000000a259324e97f3cc4b8966fe73529437788fb555aa6ac1e938507 0.05 MB 169 34
154,657 154,657 0000000000000b4d605b192dca7eb9dafe780e0867ebbf90d752bf102cdcbe29 0.01 MB 21 39
154,656 154,656 0000000000000d50d87da28b415ea71353b1cf00e91ba46553eec29f5ca0a4fe 0.02 MB 38 40
154,655 154,655 00000000000009597ce736e0ebae1e87e880b8e0e88fae9ceab8b996e69424ba 0.01 MB 32 8
154,654 154,654 000000000000057efe08374193a71cce5b8d283387f3beac8c7a90ae1888c324 0.02 MB 27 272
154,653 154,653 00000000000009aad3ce87b5d4b2a3f4a545aa8b0068d31003764e9646d95fb9 0.01 MB 3 111
154,652 154,652 00000000000003e3dffd12cb6d6f2ae8fa4cbc12c1d8f4693f0475efe7f12520 0.01 MB 23 23
154,651 154,651 00000000000002e7c78141b6b5fd47a92ac1a7a1ea7021bfa7f34184912485dc 0.04 MB 104 139
154,650 154,650 000000000000066cb34fb35fe2922a9ac43bbc24061bd9fee91497cf7230f6e3 0.01 MB 11 2,159
154,649 154,649 0000000000000d23edf6558a1ad74d7fd8544aaa3587618cfb72f3bf685acd79 0.00 MB 2 0
154,648 154,648 00000000000005011da30b5592a4648106337185d41e3a3e11c8fdfe86c39f8f 0.00 MB 11 41
154,647 154,647 00000000000007313af6390619ae888d3f13809b16c7b527f456fb4cdaa2ffe2 0.02 MB 54 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.