Memory Pool Memory Pool Refreshing

6,945 transactions
2.64 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (641,194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
266,505 266,505 00000000000000029dd39b39070be59c90b71f035194dd74afdc4c38defd02b9 0.06 MB 115 69
266,504 266,504 00000000000000034b4351c6b70ad44c57d83cdb55ee0262c8792ee61b27b467 0.05 MB 93 61
266,503 266,503 00000000000000013aca394ddc66dc429ded71f6a05a676bfc475204d1dbf6ef 0.01 MB 34 63
266,502 266,502 00000000000000013c0c1943be51d5dbd616c4db27720d7042fc1a7fc434eeca 0.08 MB 144 69
266,501 266,501 0000000000000009e0938c9c20e4b2b19842f949228722453b8de6950825b386 0.11 MB 295 115
266,500 266,500 0000000000000009c82914ce7c77faa0e11916d9b687fe0c752f37bfbfdec609 0.04 MB 84 94
266,499 266,499 0000000000000009f3f770739f68df48e9c5caf2cd8cbaec375510d70ae48c62 0.08 MB 187 70
266,498 266,498 000000000000000540bf275d225fe4f9d3f171ef725a54528a995969488de541 0.05 MB 131 55
266,497 266,497 000000000000000581cdf264fc634b5944d6a307f7b87fd59b86e83eced78c0b 0.21 MB 419 63
266,496 266,496 0000000000000005d6b7c7342555a8011863f3663ef31ddf85da9178c9927a10 0.07 MB 172 95
266,495 266,495 00000000000000007feb041adb47d11f1a5d15634668f17580f517100a3cc937 0.15 MB 306 75
266,494 266,494 0000000000000003d7e219702b821be9d26397a60e80c2d78c49b798fd707bc5 0.00 MB 1 0
266,493 266,493 00000000000000083cff2bf109ab7892041f44f9e9258e6941b3fb55273a353f 0.07 MB 196 109
266,492 266,492 0000000000000001465a2a39ba161d41b3f12be1e0784fde914af7d059063797 0.08 MB 316 349
266,491 266,491 00000000000000038b637c0a8a10dbc90be9a758420e7e0e9cf878bf3901f627 0.11 MB 251 93
266,490 266,490 000000000000000825499c0f86e850d3b1778a3b8b98649cd3fad2ffecc6e528 0.03 MB 76 92
266,489 266,489 00000000000000023ac49187ecf8fe28642b7d5e21cdd0717fc582a1da51705e 0.16 MB 321 83
266,488 266,488 0000000000000004cfe0c05511b7ba812fee1a2cd0f2e4fae7eb91c0b0629a8e 0.31 MB 647 87
266,487 266,487 000000000000000228901e117522ddb71a6b28e245a8b092e1c804991135fdf9 0.01 MB 38 295
266,486 266,486 00000000000000073c76f690271d4c7c3bdacddfe848498cac4676fb53579be5 0.00 MB 8 90
266,485 266,485 000000000000000665bf6f12502067d960c94e4b82de1b5ea63265343e7ce9a2 0.14 MB 176 69
Previous 10 blocks ↓
Total Size: 768.98 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.52 GB sent, 92.74 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.