Memory Pool Memory Pool Refreshing

3,443 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (450,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
457,442 457,442 000000000000000000ead0b152ea60bd097bc103719efff60997dbc08d44b060 1.00 MB 2,510 182
457,441 457,441 000000000000000001edb1272802cc1c15d9385c43608925580a24a94d157eab 1.00 MB 2,483 207
457,440 457,440 000000000000000001e79633d0e3100fd8d3365d26d807fc8c5fa4e0ed6834e7 1.00 MB 2,191 126
457,439 457,439 000000000000000000d8ff6df1f169635d7340eee028a7bc26a84485606f122e 1.00 MB 1,597 198
457,438 457,438 000000000000000001b501d4345fe68353360137da75c79141d501b7f0e6bd27 0.00 MB 1 0
457,437 457,437 0000000000000000025f75a236926e8fd6d992ceb682aedfc00624fea5356f41 1.00 MB 1,738 73
457,436 457,436 0000000000000000025880ade6101422fe509c3568d448a0239f4c9856673cc5 1.00 MB 1,977 138
457,435 457,435 0000000000000000007d80c9c12f4e3c12c2ceb842baa21ded4ddcade4fe18e8 1.00 MB 2,243 184
457,434 457,434 0000000000000000007e318d8d4d6ca1cdf079d32e17c5297ce91efbaaecc809 1.00 MB 2,433 220
457,433 457,433 000000000000000000fc6f6bb5d1f3995b2afdf99c7de9d6425f7f92fd97da72 1.00 MB 2,133 162
457,432 457,432 000000000000000001b0099b775030b8ee7a1bfec41cc0c1a2aca900811c611a 1.00 MB 1,266 101
457,431 457,431 0000000000000000008532d6a4cafed6e7e045a26857f9e69f66bb91114555d3 1.00 MB 1,426 121
457,430 457,430 000000000000000001c20995859b9ca08f3d5164ece8830260528ec089f7b6fb 1.00 MB 2,319 145
457,429 457,429 000000000000000000c5ee9db0313e2d4d735a3e62d7364b8f178406e1e3c569 1.00 MB 2,939 164
457,428 457,428 00000000000000000212f56995b57e177966b0df562c09d44c1d8dc57f7e48fe 1.00 MB 2,686 125
457,427 457,427 0000000000000000001612aa7488c58ae763a21ddd842d73086718d079f88cdd 1.00 MB 1,633 207
457,426 457,426 0000000000000000016a7527b51ea38e4fc5be896c0a9d84f006d6b0d9b5f633 1.00 MB 2,281 196
457,425 457,425 0000000000000000016c8a46ce3bfdd99fd7a2fd0e582cb2f7d0cf0fa26bcf98 1.00 MB 1,953 167
457,424 457,424 000000000000000001e8326417b43103ef26f75b8571970f2ab0dd548a5762eb 1.00 MB 2,351 199
457,423 457,423 00000000000000000245729b38bf87eeaa1feb2384b0f2c57a7a63aae64f9081 1.00 MB 2,529 159
457,422 457,422 000000000000000002417362771f766b9b6d0106ddea4de67aea9f225179a7c2 1.00 MB 2,464 158
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.