Memory Pool Memory Pool Refreshing

2,538 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,919 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (109,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,665 798,665 00000000000000000004fdcd419dae607fbfc693dccac0c8b964e9e77cd1406e 1.59 MB 3,280 13
798,664 798,664 00000000000000000002292f06357cd974f13888891ad82852ec85fda0b6b94a 2.05 MB 5,776 6
798,663 798,663 00000000000000000003fb26d2d81c34955a746e69ee586eb9b99b5b02f2e512 1.60 MB 3,091 20
798,662 798,662 0000000000000000000056b306a83d8d64a15250859c1a35cf45c6bc1cf292c2 1.60 MB 2,435 11
798,661 798,661 000000000000000000008382c8376c603e1781f0f0056b291d0e009066cfa409 1.61 MB 2,463 17
798,660 798,660 00000000000000000001e4d8344ee33946301c7aaf90bab38818938a4740340b 1.28 MB 2,424 25
798,659 798,659 00000000000000000002a0883759856748974fe0e7aa5e86873e04e87bf06c74 1.54 MB 2,443 10
798,658 798,658 000000000000000000037ada8f973789bff12397f23bbb1c8ca0d1b9315043c7 1.60 MB 2,802 20
798,657 798,657 00000000000000000000165ed95d6049eb33c0e5d618017b22b15d9a340e9fde 1.45 MB 2,261 10
798,656 798,656 00000000000000000001b888db113d15670650fbbd42ad95e73456bcfe46bd7f 1.48 MB 2,283 15
798,655 798,655 00000000000000000004be27fab5dac6f922553bcb22fb72e4e0182877ab35c1 1.61 MB 3,368 20
798,654 798,654 000000000000000000029168bb41f9fb28ea8ca71bd01dd973db0aa3bb941b66 1.71 MB 2,516 13
798,653 798,653 000000000000000000048626ef6e9c423805988ff4f82692e76ffe53bde93fba 1.39 MB 2,681 23
798,652 798,652 00000000000000000000c61a42674700c2e4e9ee2a7b41548b1696f6d28d8eec 1.60 MB 3,528 21
798,651 798,651 000000000000000000049a74aae83a9b3a78bab1465f159ea4710f59d1b70b00 1.58 MB 3,344 21
798,650 798,650 00000000000000000004dc85726a321aa2e7595173cc6ab10cc9e1efc825bee8 1.51 MB 3,315 18
798,649 798,649 000000000000000000034eb4491c24c99428e7435174db43e7abbd54de329618 1.60 MB 3,578 26
798,648 798,648 00000000000000000001e0de116ac5285f549cf1bf79613938eeade799086232 1.64 MB 2,039 5
798,647 798,647 000000000000000000044c83c8ae02ab57d7f953f520c4b741806cd845efa7b6 1.62 MB 2,900 11
798,646 798,646 000000000000000000047856b7a2e4b290599f9bfc0f75c854ae59d7d9e915f5 2.00 MB 5,803 7
798,645 798,645 00000000000000000004a62179f207c80812666e6df3906a354d96e2c602a9fb 1.56 MB 3,581 16
Previous 10 blocks ↓
Total Size: 769.30 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,642.64 GB sent, 94.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.