Memory Pool Memory Pool Refreshing

6,291 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,774 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (740,766 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,987 166,987 0000000000000115b292a21076604c0382f3ff3305bcf698e9d132d5a5f06b26 0.04 MB 54 96
166,986 166,986 00000000000004ac81b375e06a9f1a9845ad34bda70bfc7e5a7c1c739c8f52ad 0.03 MB 72 87
166,985 166,985 00000000000006d8806a9b40c53b274ca01c9a6006946b610f2005b0e77710d2 0.01 MB 32 347
166,984 166,984 000000000000041bd7cb486229b347f9a25a875ebb109e1a43dad12d8527bc67 0.02 MB 51 142
166,983 166,983 00000000000002861732dfec1e1c14b015be868204c4161d9cedfaef55dbf60e 0.05 MB 83 91
166,982 166,982 0000000000000bcfca410f8cb58c9fdeef34ab84438c6b034e9ffd1f5c3dd705 0.00 MB 8 149
166,981 166,981 0000000000000bedb877c33611c215f08a8b0e7f734780cf71a50f261c5e4af8 0.05 MB 120 129
166,980 166,980 00000000000005d13d9f51d2399bc32882bd69bcd39f5420f33217bf3021ccb8 0.00 MB 1 0
166,979 166,979 0000000000000a8366625c296b354eb6434d2d81d366834a223496badf2fe414 0.01 MB 31 37
166,978 166,978 000000000000076b318fd56c083b79eb6440ae2ed8b945c1c82e4ea1a5f2e7c4 0.03 MB 102 48
166,977 166,977 00000000000003ac565bd541075a955c9a56d38dd3c02be9a533e1bdcff184d5 0.00 MB 1 0
166,976 166,976 0000000000000b82bfe21b656d7c12f6a5fdd572f339ff3ba340db2324bb52b5 0.00 MB 5 0
166,975 166,975 00000000000003a4b4fb577e4d6b10e6dbcec27311eafcc6d21dbe7f1fe6b3f3 0.01 MB 34 17
166,974 166,974 0000000000000523bda11e35b9ba4ec9a1a91f106dc90e8537c013e8e91fe341 0.06 MB 77 135
166,973 166,973 00000000000005321da465bba2fbe1c247302b944363c8c7d7a707d9b2f50a64 0.04 MB 144 0
166,972 166,972 0000000000000852de77f500c65d3f8a60fb839f0fe93da23cb64bc44f6fbba8 0.05 MB 93 6,441
166,971 166,971 00000000000002bea0584aecb650cc749b6c87714d3e97f2ba4aaf3c2ee2c139 0.04 MB 68 366
166,970 166,970 0000000000000b063c7f2a3b2aed5d5a17da9b048f44b7c659c9cecfd3227f7e 0.05 MB 136 115
166,969 166,969 00000000000002f59318e6ddcd88cac44adf485eda7d501a974d536b4a163dac 0.05 MB 136 1,160
166,968 166,968 00000000000008857f66e894be9007e6faa7bea994ebe372779f83cc0f4d9efc 0.05 MB 112 105
166,967 166,967 000000000000041d02bbf541b61603d9d5eb4bf89dac224a70a97a103dd8045a 0.05 MB 112 30
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.32 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.