Memory Pool Memory Pool Refreshing

2,628 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,993 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,616 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,992 (713,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,495 194,495 0000000000000283ff96d06c902119677d56e2a52d1379cbe5e21d67dcd1f349 0.07 MB 217 4
194,494 194,494 000000000000025eef512927ad3d43458cc90b947c1a7253302c455b859a196e 0.16 MB 406 146
194,493 194,493 0000000000000406b59d7f58f0f0b4d926975bff39c9469ebcb8371c40edb9c4 0.24 MB 580 120
194,492 194,492 000000000000072337c06f8e5822cce43e23d40a58f28becd1df7b33d92c023a 0.08 MB 112 72
194,491 194,491 00000000000005fb1f13be70059bb42e6eadef7da3b3f27a00fc0b27a2235304 0.23 MB 696 167
194,490 194,490 000000000000067362093f36e27018a47a66182f37b681b4af91e0786f9936f4 0.05 MB 119 191
194,489 194,489 000000000000045003824aca898055ceacdf508c02bd692b994532d7b68790b4 0.07 MB 136 100
194,488 194,488 0000000000000612c844bab3d9575128fcb5983967a775ee0af7217aa4ce2274 0.05 MB 133 3
194,487 194,487 00000000000004ddaadd7130a2c78f6f05505328c7ad13af82dc8bf7398c6dca 0.18 MB 479 142
194,486 194,486 00000000000006097db12b10ab004c3d3e4134be055a742b92ff16cad48e4fac 0.14 MB 381 146
194,485 194,485 0000000000000620d88d3da6e394cefa7483de27b336ea72f475e4a171192661 0.00 MB 12 150
194,484 194,484 000000000000018e595d87d5ced27e0cc17b202aff737c576e6f80de62bcbad8 0.15 MB 366 137
194,483 194,483 000000000000077fbf0e3fd0120b2ab14148152eb8af0abdbfd49bf81516230b 0.08 MB 188 121
194,482 194,482 00000000000006d2b8ba979d0fe4290698eecdf9bae6090ff4fb6e78afb1d242 0.00 MB 9 58
194,481 194,481 00000000000005c34474b4a6dde3764f1c2ef8756b7cbd45bd698937017c1d0f 0.06 MB 131 111
194,480 194,480 000000000000022dd81a679d6b41c01ed08dab0372867705fc16929a46c53f57 0.09 MB 256 3
194,479 194,479 000000000000020f306fb9f266ee636af47a79016696f47a692c405d278b153f 0.03 MB 60 104
194,478 194,478 00000000000003408337abc6fcb57464466812b55d3916f15cc4c847449db1c1 0.07 MB 137 106
194,477 194,477 00000000000006dde5971d49485782735ebd866c9ee8e15e69e7531a939cb796 0.14 MB 355 151
194,476 194,476 00000000000007a4dd0eebeaf103f5f3defda8d9af4217a69bf332548e79c887 0.07 MB 184 376
194,475 194,475 00000000000005640c11a48b101c43bc97d1ea6497a4081f25ec8502d149d063 0.05 MB 132 136
Previous 10 blocks ↓
Total Size: 769.53 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,648.12 GB sent, 95.59 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.