Memory Pool Memory Pool Refreshing

9,801 transactions
4.53 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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,067 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (564,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
343,714 343,714 000000000000000006f753bdfe4526a4904ac922c57629f06d5fffe477c20d3f 0.75 MB 1,402 26
343,713 343,713 000000000000000000681c4de760ce918ae962ff4c225cadc4efaa7edacef8aa 0.75 MB 1,339 24
343,712 343,712 000000000000000017ddab25f10beaac2ee0e187143df63ddb386951c8239a5a 0.10 MB 136 13
343,711 343,711 000000000000000014efb22561313ebe3c27780808b5d8939ebc1a850badf9da 0.01 MB 23 29
343,710 343,710 000000000000000010dec2dfaa9a11ec4c263644a4f20ea4df9a5424a3d4ded6 0.18 MB 195 10
343,709 343,709 00000000000000000f9597aed448ce8429c550a65f896b66760381d0c364901e 1.00 MB 1,698 22
343,708 343,708 000000000000000004c5251606ce994021d2b73dc84084751b89a756bd0cd1b3 0.15 MB 340 36
343,707 343,707 00000000000000000afead21680db688d60181952b65560a9d80587164d8d06c 0.75 MB 829 17
343,706 343,706 00000000000000000b89103d0422781c8a352a87bf8b93289454ecf5cad0e5b7 0.08 MB 231 35
343,705 343,705 0000000000000000103b815489f87da629488bd64db9d657e58c925eaa355407 0.16 MB 341 31
343,704 343,704 0000000000000000104b08f990b9ae10ba9308c789ca882aa813d068d34d94e8 0.75 MB 1,188 22
343,703 343,703 000000000000000017bb606715249c32511f349c9907722cc80aea91a540d1f1 0.07 MB 98 16
343,702 343,702 000000000000000002202dc032c2228f5ca2b336fb8e1e7e8e931cec4de4c1c8 0.36 MB 527 21
343,701 343,701 000000000000000005c6f83da4504ccb4559cf2a5d6aa48344f05db1a0f60047 0.05 MB 57 14
343,700 343,700 0000000000000000138c6c076b93c4128aa6975e39a7524740c709668cc0f228 0.50 MB 515 16
343,699 343,699 00000000000000000f58fe6ed5fa2b6cbea30baec74ab1dff58aaa8c701251a1 0.75 MB 1,371 25
343,698 343,698 0000000000000000048aa62d1aa53311893f722191e52594a46dd6c7472beb4d 0.75 MB 1,400 30
343,697 343,697 0000000000000000016d3c17a8147aa7f89b568ccc104fa95f11d1a173f68906 0.31 MB 539 29
343,696 343,696 00000000000000000afe266f3a8b0b67924f9a9ea42f73fffdbbac81f0333574 0.31 MB 508 22
343,695 343,695 000000000000000010a594ad77470b0c8a803174a1ada1b3cf2d1f991e9beb5e 0.32 MB 538 25
343,694 343,694 00000000000000000d1196618dcd2c542d154257569d74615980a59c115d1f97 0.04 MB 56 18
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, 113 incoming
  • Data Transfer: 1,625.66 GB sent, 93.04 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.