Memory Pool Memory Pool Refreshing

1,761 transactions
0.81 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,609 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,608 (897,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,244 11,244 0000000026c5639e74acb3dcf96009d12841f8ba3599f85f910e3978f40c6084 0.00 MB 1 0
11,243 11,243 0000000036352d57ba8b91ac3b4521bb98a9d32d62b8aab587fbe7aab8a3fd23 0.00 MB 1 0
11,242 11,242 00000000b8ceeba87de98c67c729c80df3b432d2b2703ad03d79e604cab8db92 0.00 MB 1 0
11,241 11,241 000000006f7ba3ba41376dc21dd53484dc3da00da70bff6e33373d24d67dcb39 0.00 MB 1 0
11,240 11,240 00000000e93632df2be8388ab5db0319af11d98b833dedea971cf54476780996 0.00 MB 1 0
11,239 11,239 000000000e7290681a530b441185dc3c7acee658200bdd5eefc4bf499dbeb020 0.00 MB 1 0
11,238 11,238 00000000c3d602970f00280d2b4aa279488abfd4775b4398e21e2c0e244dd898 0.00 MB 1 0
11,237 11,237 0000000006923628a8eb87bcb015a0d69730433b651aec93fd34f36732749921 0.00 MB 1 0
11,236 11,236 0000000052490e54d222cb2d2576183942d175857cc8b2f93b9b29c551321a0c 0.00 MB 1 0
11,235 11,235 00000000eb5e6ecffc1573e215e7ec08619b81a09e875a72a5c20be4b0057b30 0.00 MB 1 0
11,234 11,234 0000000070254d116ba45fa31d7814106cc256e830383663c2bfbd49dc4ad3ac 0.00 MB 1 0
11,233 11,233 000000005ff13dc9c6103c279d26b4355e7aee49dd275a4c8292a13f9b90000f 0.00 MB 1 0
11,232 11,232 00000000535483c2269644436217c561addf00b342912e2960692d62369c9515 0.00 MB 1 0
11,231 11,231 000000003977ce3a9281a8b7da76ac80cd36195d8409d9e115c3b029426aa2c8 0.00 MB 1 0
11,230 11,230 00000000f7bebf403216e4610ead471f0de29d7d76141cc302bf1d01a6e3bfca 0.00 MB 1 0
11,229 11,229 00000000516b508942e312e12079c19db46fae5f542c9418613c5ae7dbcc958e 0.00 MB 1 0
11,228 11,228 000000009e0c814a71be0aa2f0bd5a933cb31782a2eafd6ebe8476483349f153 0.00 MB 1 0
11,227 11,227 000000000920771e03d53cc5b2aea9f19e253a6ba67bcd88b2a23c55ba9a0d5c 0.00 MB 1 0
11,226 11,226 00000000b4cc769a1f44bba01e9951c991d4dd0e9dfb8474e8add1304aaa5be1 0.00 MB 1 0
11,225 11,225 00000000c68571c4480e8284824f3b94833c12d06acba0bd013c0f94529219b4 0.00 MB 1 0
11,224 11,224 0000000046fffa30367bed6ebea56d12661ccf62726496cd02e6a4d6193a0692 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.73 GB sent, 101.09 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.