Memory Pool Memory Pool Refreshing

613 transactions
7.38 vMB
Show Random Selection Loading Transactions
Max Size: 30/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,301 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 499 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,300 (858,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,292 50,292 0000000012d66eda78e1876be2092fb74d09cb2ebc76db8cf85e0d164e545d30 0.00 MB 1 0
50,291 50,291 00000000164655f7b3c9a62ff6da0752dd52eb8ddf7b78228f777a651cdc2cd2 0.00 MB 1 0
50,290 50,290 0000000013b4fd1f4e35c7d33c39d08eaf339bea94349226e9af4ca2aa91e7d5 0.00 MB 1 0
50,289 50,289 000000000fe38b6b569bc583871bcc0cb76479b578ac7268e5eae4d0ee65a756 0.00 MB 1 0
50,288 50,288 00000000043f5c01a2855707f20f5f3b3f94e399af4f17f9fca7ec39272864ca 0.00 MB 1 0
50,287 50,287 000000000d2d16def8f8d371769de403e0a445377cf90c9d4bf2cabcbf5b84e3 0.00 MB 2 0
50,286 50,286 0000000020cfa1f971589c79c4a2d17fb905c00eda6b7b65a66040ad0722791f 0.00 MB 1 0
50,285 50,285 000000001ef00f8df251537421ec42f4fe8537ae1b91c1b6ed28f8d79f64c563 0.00 MB 1 0
50,284 50,284 00000000176f1ed37d90b0e204948b0509f621d7b225f3526f41d5192dbda3fb 0.00 MB 1 0
50,283 50,283 00000000213e9bf1add3addc5ac64a839cbf7229249ff348348876b8f07c86ec 0.00 MB 1 0
50,282 50,282 0000000019c2e4aa4e57a5b680a22037b7f4ef247c5aed497702bc3e72c50d13 0.00 MB 1 0
50,281 50,281 0000000028be8ea8ed9e43129f537935b5f5e1788537e35bc926742c00554c34 0.00 MB 1 0
50,280 50,280 00000000132a0ebf38ae4fabd872eb431526a5aabd7dc90093e41dd8a4c496e0 0.00 MB 3 0
50,279 50,279 000000000619e0df6f169ea99eec1648af93dcd1e353cee8375e3c359715580f 0.00 MB 1 0
50,278 50,278 0000000002308f2595194ec78cc93ecc9e36c9ee658a9aeb19cb74d05433c027 0.00 MB 1 0
50,277 50,277 0000000006f010ab0286ac5907f5a511751fa9727c98f8d8627b46826aa62a39 0.00 MB 2 0
50,276 50,276 00000000221421b08163a19d28a987f0d8b40b1322f895c0315f2ef0cd798877 0.00 MB 1 0
50,275 50,275 000000001eabb70977e16f532d76c04a0a483e79e46d159a2d21b7c607aaae18 0.00 MB 1 0
50,274 50,274 0000000014cd46a27abea5457b85601f3adeb5df3349418a82a72cdafddadbf2 0.00 MB 1 0
50,273 50,273 000000001b04aa94fb3e3a3b9884ad45a956bfd5360ef0ad60fcf19d58f4981c 0.00 MB 1 0
50,272 50,272 00000000195599849d8ddad53a6830547e34367e9ebea601884b1459887acef1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.86 GB sent, 98.43 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.