Memory Pool Memory Pool Refreshing

7,145 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,996 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (467,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
440,066 440,066 000000000000000000639b2af62cc6848784df996b96cc07c41e69fe061ecdd5 1.00 MB 2,584 74
440,065 440,065 00000000000000000028046963c641d192b4ae31f27e89fb6c9d577587e9e37b 1.00 MB 2,575 101
440,064 440,064 0000000000000000009be0f18ce224b52d0acc4c2f1d9224942c51b5bf3e03f4 1.00 MB 2,395 100
440,063 440,063 000000000000000001fee3769aee407a0db71edffb2f91da978272ce1a035c6a 1.00 MB 1,268 74
440,062 440,062 0000000000000000030d1be8ca83ae16d545b8d053b104b2f3bf6f9334296488 1.00 MB 1,852 86
440,061 440,061 0000000000000000014a640a74d63a0da50be30b9cc9b8923cff804f95e4e376 0.00 MB 6 1,240
440,060 440,060 000000000000000002b86f4b3312a98a9e900d192706a27e3362cb6e0549d5aa 1.00 MB 1,557 75
440,059 440,059 0000000000000000005a5267ffaaa47cbc7b384fce5619c2fe8fb82fd1830b06 1.00 MB 2,187 95
440,058 440,058 0000000000000000034c1826e1fb8b59f97dfcfe2364497ef4cc2257f8cbcc29 1.00 MB 2,529 83
440,057 440,057 000000000000000002763646da52fcf22f8258f5240a07ab805ac3482136d877 1.00 MB 1,987 104
440,056 440,056 000000000000000002e9419cd55248a2e19d16c26b768472a93d02c8e646ffe1 1.00 MB 2,438 59
440,055 440,055 000000000000000003e5ff638be2cad218a07dea8906eb52f225004e6621e01e 1.00 MB 933 67
440,054 440,054 000000000000000001aec415287019c30911475fc12aa12a03200ea21ebafc49 1.00 MB 1,911 78
440,053 440,053 000000000000000003b75662cf027bf4663fe9dc64bd3ad6d9cfb1b92e1e54c1 1.00 MB 2,185 98
440,052 440,052 0000000000000000036b73424ddbbeab8e599eaf03b24238ad3030059cb48b11 0.00 MB 1 0
440,051 440,051 00000000000000000077113a880dd0ce6c3dd9a24cab9a768c086b95e9e4b757 1.00 MB 2,671 76
440,050 440,050 000000000000000002faafda7798e8dfcc15464fea443eac04860f712279c83f 1.00 MB 1,884 73
440,049 440,049 000000000000000001880db33266e852bad6ef0aed8ba8d6821dd8494b4dc51a 1.00 MB 2,209 77
440,048 440,048 000000000000000003294b3f244e33fc244ad1ad36debb0048dfab7f4867b93b 1.00 MB 1,403 63
440,047 440,047 000000000000000003b2d2a958ba056dc299111db09b6a544cc708a023710bb7 1.00 MB 2,172 81
440,046 440,046 00000000000000000243cb2d973a4c2eecb6740d2ea5c63226f2a373c0a13c3f 1.00 MB 2,604 117
Previous 10 blocks ↓
Total Size: 769.00 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.63 GB sent, 92.79 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.