Memory Pool Memory Pool Refreshing

2,945 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,767 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,880 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (694,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,538 213,538 0000000000000289033d943178f2e66e81c0c5eb99d280ad32ea8d5d448207bd 0.17 MB 267 108
213,537 213,537 00000000000002c141038c3b78ac672ea10db0bd85ddc6f2d8f2b6ad2117f1e4 0.15 MB 296 168
213,536 213,536 00000000000000c23249ba58e39eacf9c1001913cf6aa21dc452f98842e69b2e 0.04 MB 65 100
213,535 213,535 00000000000000dc9a3063613b716a51c01f52677a7ac2c40e85942921a16f17 0.18 MB 283 423
213,534 213,534 00000000000001113ef0f6682458d66885addc319e7c4836989d28d1f62047f7 0.13 MB 330 195
213,533 213,533 00000000000003e7e44d726bce87ec988bcf052138c6bc554e0a198a5ce56bcb 0.04 MB 114 203
213,532 213,532 000000000000030e8bf2c24d9e2e0d2da42ae96eedec20305ef75341609443f1 0.07 MB 163 235
213,531 213,531 000000000000006247fcd025c06960e357dbc215b1cee18b7bf955ae8d854625 0.12 MB 255 168
213,530 213,530 00000000000003232f5548e8c5e113c2886dfd6a263e80b5a397a253f469f016 0.02 MB 98 2
213,529 213,529 00000000000002b6d0bcea28faf6b8ca8275c8a8f9e1ef4398194078f77cc558 0.13 MB 250 166
213,528 213,528 00000000000003d52ab8152c3c3a69ee7c012dcbb13130e4634859e776eef6df 0.07 MB 84 114
213,527 213,527 00000000000001e2ebd9e53cecb3cb5fbda43e92f8ef6e18796a5fb9e8d3eea8 0.03 MB 51 128
213,526 213,526 00000000000001d1e07ec58fde3ce9cd2c967e5c998cedde8377628cd5d0d543 0.08 MB 204 184
213,525 213,525 00000000000002344c1886e21bb90af794004912c2a0d054cda8b898642d2a85 0.02 MB 60 68
213,524 213,524 0000000000000145db2a36d7c57afe25d8e93a032713c105dcc466ea3e1d5f22 0.09 MB 153 113
213,523 213,523 00000000000001c080029ed74ae4ae5e9d11591f1a13854c3679292592b4f2bb 0.14 MB 354 170
213,522 213,522 00000000000004328b1fef614c26998d54ba9597f0a8f6af36a96f65b658626b 0.00 MB 13 6
213,521 213,521 00000000000003aae66c9f8724ef52c70bc2bcb1fde65b0af63a4ca2655e2859 0.07 MB 71 58
213,520 213,520 00000000000001cd042b068b6171f7a5faa7602dc43f86160b55a01645e37228 0.00 MB 9 0
213,519 213,519 0000000000000017b6857f79b38c46ecb5f7477f4eb3dddeaee95e174cc4b634 0.04 MB 91 158
213,518 213,518 000000000000018d7eef1681822fb667461a9296f06b6bd93fc1b91085d3706a 0.04 MB 120 281
Previous 10 blocks ↓
Total Size: 769.10 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,629.29 GB sent, 93.42 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.