Memory Pool Memory Pool Refreshing

8,018 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,656 (751,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,610 156,610 0000000000000b319a96ed3507fce07d296e5bc3012aaa94d60daccf911705f6 0.01 MB 40 318
156,609 156,609 000000000000014a42b0e214dee1f620243ef40993b4cdc00d8114aa62edd6a1 0.00 MB 1 0
156,608 156,608 0000000000000e6fdeb194fd2b535816fd272c991f7a680020f6bbb4631b14c8 0.01 MB 47 64
156,607 156,607 0000000000000020f642139688a6db1d1e1e48add33fbb3d79136b8f5ffb5478 0.02 MB 90 15
156,606 156,606 000000000000021746ae4ebf3e1e0ec803ffe82929f50a9f995a601355df9844 0.01 MB 19 250
156,605 156,605 000000000000037f030ddb477e04a7e3f8508b060f4d89ef893495dd47839aff 0.01 MB 30 296
156,604 156,604 00000000000002bc861b74417a4867b1ccab5b80d5d5fb4198979d6fc018150b 0.01 MB 28 116
156,603 156,603 0000000000000f1cb64249cd5ebcb227698ee8e6c1ce6f6e8ff18426ca578d8d 0.00 MB 5 41
156,602 156,602 00000000000000f554e65f11bcfdf96f82993054025a7f07ffa4b71b1d56da6c 0.00 MB 3 207
156,601 156,601 000000000000029a8bfa52e84c68467c03405f272e4a514eabc4139ffa684d3a 0.03 MB 104 16
156,600 156,600 0000000000000d46c50ff465dbb9619f17106b5dc9b7916b9fed2e5957eb9668 0.04 MB 96 174
156,599 156,599 0000000000000a3a87c21189dd8a3d7d4a4781ae7e60207e01f4b8961bb09be4 0.00 MB 10 1,036
156,598 156,598 0000000000000529e8b35e6152281dc638b8d84d8682da1491b214152c3b9afe 0.00 MB 4 48
156,597 156,597 0000000000000eac4694530c308d8dd4967f757acd9a29187d8d2caea6ccfadc 0.00 MB 9 57
156,596 156,596 000000000000018b7de4b5512f6d3cc115dac08fd5b2260479a06e13b2bb4c85 0.00 MB 1 0
156,595 156,595 00000000000007632ce9b866145016bcf1dc1f521faf707fbcf21d4156ca6610 0.00 MB 1 0
156,594 156,594 0000000000000279ac5fe58c7319b4da2d32bdafb58259f644a091b8f18528ce 0.01 MB 12 56
156,593 156,593 000000000000006e2910f7c5ea07f901515e8cea16ee83e07a50e28da7477107 0.00 MB 7 628
156,592 156,592 0000000000000ce19c7f747f310472ec676aecf22f84629cb83a8736e76a9208 0.04 MB 126 193
156,591 156,591 0000000000000eccbad5fb639ce5cb646d5295112b74385cb71a03ab526cd0c5 0.00 MB 5 74
156,590 156,590 00000000000006e4e74405a624052e2a42bda6a091aa8e168919f098489f26fb 0.02 MB 47 26
Previous 10 blocks ↓
Total Size: 768.90 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,600.06 GB sent, 92.28 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.