Memory Pool Memory Pool Refreshing

6,487 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,744 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (713,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,504 194,504 00000000000006ceac9f89334df0365967e367402f479e4fc4131e4eeeec539c 0.01 MB 32 132
194,503 194,503 00000000000005d76a0297b3094a09db8a5f91a428079860d048a509afa6d29d 0.06 MB 128 100
194,502 194,502 000000000000043883aa7bc436244350f0ee45fc91a0e3f8dc380241abce1bef 0.05 MB 122 147
194,501 194,501 000000000000076d62b021071bdf56dbca985a30e0cc6005400deae38682b583 0.05 MB 134 180
194,500 194,500 00000000000003361d05c1c3be3f74f0e11315a60a3feca1c0af049018ad312a 0.11 MB 298 201
194,499 194,499 00000000000002ad83b234a8fed82c6268ea5c1f76817f3ebe00b28f45009dc7 0.03 MB 70 119
194,498 194,498 000000000000016f210325792db9df4fb8fa77b1c2cff94b3d6c6312743c4825 0.07 MB 256 28
194,497 194,497 00000000000000701c82f3a3e7cf22a8ac6d302b9ce93df381bb11e42817ec11 0.15 MB 383 133
194,496 194,496 00000000000000285f561b6ffd3d1f1b7b69f91f14303a2c58171d7c3a0fcacf 0.04 MB 108 83
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
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.33 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.