Memory Pool Memory Pool Refreshing

7,950 transactions
2.99 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
2 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,664 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,623 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,663 (49,071 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
858,592 858,592 000000000000000000001b7d47fb8d46027e21273ce727bd89139d3ed92ce190 1.57 MB 3,063 11
858,591 858,591 00000000000000000000f45e86249e7a355e0c694878851851c64e860788c720 1.60 MB 6,047 4
858,590 858,590 00000000000000000003133d4ce50ec2587eef0487aa5c18c8cb8f34b0dd13d7 1.63 MB 6,226 4
858,589 858,589 00000000000000000001b98e423fd9b2d7f35c01b41151311e49ed83338e83c4 1.60 MB 5,910 4
858,588 858,588 0000000000000000000003cfc7c6a6c07dc8d58572a72e3e90dded1d073819f4 1.63 MB 6,515 3
858,587 858,587 00000000000000000002277b8fca416516b3242b9e099ca00b756fe3d84fe374 1.56 MB 6,448 3
858,586 858,586 0000000000000000000317cd28bd8532cf5d89b0c8aed83f4f8d0f51d88c2956 1.64 MB 3,607 5
858,585 858,585 00000000000000000002a5d1dcbdf263a973520ec24f972ae94ca9183bf5e8ef 1.50 MB 3,133 7
858,584 858,584 000000000000000000029c5b3523c7dece3410177221f1ef10eb44f5328ec38e 1.52 MB 4,996 3
858,583 858,583 000000000000000000033839631d2857e6a8344698b6f41e5c8a2fb29695783b 1.70 MB 5,648 3
858,582 858,582 000000000000000000016470e6c4389df0a567f882d02a15185b1a0a15b08015 1.52 MB 5,201 3
858,581 858,581 00000000000000000000865b7397163c32d1e36016c54a12f9191ccbf6c349d4 1.67 MB 5,359 4
858,580 858,580 0000000000000000000277d1a0b850ee96c750e63e8707a07bd6196e7203e759 1.67 MB 7,076 3
858,579 858,579 000000000000000000000bd2e5af939307d3b61cf8efac58aaf9626ceabae6c8 1.68 MB 4,391 5
858,578 858,578 0000000000000000000133c02da3e1c27c02b73d72f00727bce670b9c345c7f0 1.68 MB 4,924 4
858,577 858,577 0000000000000000000142ac6c9b05569fcdd002cd5f2802b7b5d8d64cb022e6 1.56 MB 4,935 4
858,576 858,576 00000000000000000001bed25a4714fefe926e56c3093a87f4a24da90522878e 1.55 MB 4,520 4
858,575 858,575 0000000000000000000138fc9d7b79874b226b8455444d8b59e05812ff7997be 1.54 MB 5,277 3
858,574 858,574 00000000000000000002844dfb76d059544abd842de1fe949a494aeae215ea28 1.66 MB 7,379 3
858,573 858,573 000000000000000000005c982c420399495ff5d62fad161f6fcf64115c8c748d 1.77 MB 5,419 3
858,572 858,572 000000000000000000030397bf098a1dbb79a83e9bc81b00a070a065e48d15c5 1.63 MB 1,984 5
Previous 10 blocks ↓
Total Size: 768.92 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,603.52 GB sent, 92.35 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.