Memory Pool Memory Pool Refreshing

10,093 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (310,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
597,480 597,480 0000000000000000000a6802ebe7c002879eab88754728af99db95554ef01e60 1.23 MB 3,008 40
597,479 597,479 000000000000000000102cf1e6a3be5db2797c8ab070b51fd3f8e7dadd526df0 1.39 MB 2,734 64
597,478 597,478 0000000000000000000bb574979a4e4d819e18023764114fe8e204b63902c9c3 1.35 MB 2,861 52
597,477 597,477 00000000000000000012b156c7b6f4581430bed444301badb1c17c7cd6d3dba4 0.31 MB 898 28
597,476 597,476 0000000000000000000b49be001c6118a43ecfd0837cad93b24b38b386b1e91f 0.16 MB 422 38
597,475 597,475 0000000000000000000aa7a5ba602f373c130c54b22e21066ca9adfb8160d31a 0.95 MB 2,374 24
597,474 597,474 000000000000000000038fe5e0ab861daf063f052106d735cf8e7a436e738439 0.80 MB 1,439 21
597,473 597,473 000000000000000000105aa192bbe997ba7ad389be071d9f3c091e867f6f3c38 1.29 MB 2,934 21
597,472 597,472 0000000000000000000811a031f1fd1309eecdab9a3ad73487a479a4011dc051 1.18 MB 2,496 34
597,471 597,471 0000000000000000000c1e62c00511836649c47c9a835af4cf35fc8c0b009e22 1.29 MB 2,566 46
597,470 597,470 00000000000000000010e3fa20de7725540c0bf6752615319e6b0cac9c4946cd 0.52 MB 1,622 19
597,469 597,469 0000000000000000000acc14d484d12635bc8d15091108c74f9db731d458c2a6 1.37 MB 3,174 37
597,468 597,468 0000000000000000000d14f64d18825c008906731b20d3ba62fc021a01ac06bb 0.45 MB 983 32
597,467 597,467 000000000000000000099248a5fc7617ae1d667db1c381692768b18517c9e782 0.63 MB 1,892 30
597,466 597,466 0000000000000000000e8f4a7df614885b9326544e14fbbcaad46871c6ed9fbd 0.69 MB 1,937 28
597,465 597,465 000000000000000000019dae616d19f6d8deef5957eb0748577d769f4be6dfcd 0.15 MB 458 33
597,464 597,464 0000000000000000000739c29205a7ffcf213d2ca9ceeef73e73e461e68dba34 0.65 MB 1,784 26
597,463 597,463 00000000000000000005a798ed4bfd455bb2fcf11e1e70d8c390aec1b182ead1 0.26 MB 740 30
597,462 597,462 00000000000000000014338f215fad24f1193cfb95125821fea1012e2c801829 1.10 MB 2,941 28
597,461 597,461 000000000000000000152b390c001235f30be9ea884b265f21ceab31ffb2d627 0.91 MB 2,079 26
597,460 597,460 00000000000000000002c216f7ebb65ea776d669aeb3039007c57d9441bfa673 0.52 MB 1,576 29
Previous 10 blocks ↓
Total Size: 769.03 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,625.02 GB sent, 93.02 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.