Memory Pool Memory Pool Refreshing

19,685 transactions
6.32 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (60,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
847,088 847,088 0000000000000000000074877b16a3ca2a512114f731fc76e226ec77dcfc38db 1.54 MB 4,206 70
847,087 847,087 0000000000000000000276b7139f366d4f58bd3ebdf56bd6b445b79278b669e5 1.54 MB 4,987 38
847,086 847,086 00000000000000000000fefc7bc8e7fb33d23119e8b39e3b90e367c377b18038 1.64 MB 3,390 51
847,085 847,085 00000000000000000000b197d8b57021ec217d8afb87e79e81cb4232f87580bc 1.58 MB 2,438 40
847,084 847,084 00000000000000000001ae35f07800429f8c3475df8fa46100969aafd275ca45 1.54 MB 3,858 70
847,083 847,083 000000000000000000004d44eee324b0510e67b9a7fc79c8bbf6cbe8ff09b3e5 0.00 MB 1 0
847,082 847,082 00000000000000000000d65bd39c4cf682fa76e93898b10a3773e19794dc0960 1.57 MB 3,654 49
847,081 847,081 00000000000000000001df87c3d5c6bbe25354a29380c9c72ac55e6e5e95792b 1.57 MB 4,054 70
847,080 847,080 00000000000000000000e71df6a9ed0724a92967603af3f4378a8ef1b06130f0 1.62 MB 4,270 55
847,079 847,079 000000000000000000019c3a6cf513f083591410daa2f7938c1ee9d44ba7f0e2 1.58 MB 4,444 53
847,078 847,078 0000000000000000000061c2bdb4cba1b3483be832c28c4b76a2ded6e4db578b 1.51 MB 3,803 141
847,077 847,077 00000000000000000001ad300d3094662a5da63de62d84da228e5aa32b296371 1.54 MB 2,611 40
847,076 847,076 00000000000000000002896c6cf4d3b50c54b326412f8d338f99ea5538757664 1.57 MB 4,504 69
847,075 847,075 00000000000000000001e39c0b8eaa394557a11bdd10931f6532cd00f99a626e 1.54 MB 3,847 97
847,074 847,074 00000000000000000002141dd04de19d72809333b1badc8c2622eb18ca335e78 1.61 MB 3,069 59
847,073 847,073 00000000000000000001e16867a6293cce9928441e53ed0e805f773b2f5c8139 1.61 MB 2,969 56
847,072 847,072 0000000000000000000266dab03fecdd52376d4453aafe0d4d1c862c154af726 1.56 MB 3,310 64
847,071 847,071 00000000000000000000523fcb8d6f6bb2476fbb457f8a1411e4c1cc0b4e9c58 1.48 MB 5,185 87
847,070 847,070 000000000000000000013477142518730eb4caab28a65a15f18511b754afd8e8 1.41 MB 6,352 127
847,069 847,069 0000000000000000000043ae439725dc5d90eb7218d49e04bcb12bdf99600b27 1.45 MB 6,616 119
847,068 847,068 00000000000000000002b28626162fe3222ba04ca7b1574b6427b6585b1124e0 1.56 MB 4,433 54
Previous 10 blocks ↓
Total Size: 769.02 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,624.52 GB sent, 93.00 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.