Memory Pool Memory Pool Refreshing

7,020 transactions
2.65 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,762 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (598,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
308,968 308,968 00000000000000000e7d204f365d459d1ff820feb41bbc83d4f174e5361bf36d 0.03 MB 26 11
308,967 308,967 000000000000000022553c6bfbe7c81c4161071583843b33a5e8227994733858 0.06 MB 101 27
308,966 308,966 00000000000000002b59698a672c95a1198a5d50f9d3eada06f5992a60a50acf 0.32 MB 456 26
308,965 308,965 00000000000000001dce1201eea330de9ef375814335e05f1e6583843f128c16 0.06 MB 133 34
308,964 308,964 0000000000000000383a98772c9b1eea714a5900c2bfa408370ce9a63ae7880d 0.03 MB 72 43
308,963 308,963 000000000000000003d29d942a629e4b251a1b0b3652ef2aa57f328c46b90153 0.16 MB 305 30
308,962 308,962 00000000000000000de43d73b2a9e2c6e28f562d690ddd81050b4c1a51f0b914 0.02 MB 38 34
308,961 308,961 00000000000000000cb6d86bb6cce0bc6559b9c0b507638b398cb437a28f37cd 0.25 MB 476 37
308,960 308,960 0000000000000000360fc55294fb70f491a2f6255d4d832b4d34ea9105e38d42 0.14 MB 283 26
308,959 308,959 00000000000000002cb51ea369034f9f640b06e241a7b9269ae20246c801cc4f 0.15 MB 329 33
308,958 308,958 000000000000000038c73b2be5cdb306491ef8c7c85c2dab1c8fb4e96fcc2351 0.22 MB 409 25
308,957 308,957 0000000000000000363fd8eaf36bf59bc140297e35c0eef913e85e0ec94b4ffe 0.02 MB 45 32
308,956 308,956 000000000000000009329508f0ad22ccddf2b7aabdf2fcd4f42cf7d5ea9377d0 0.23 MB 440 25
308,955 308,955 00000000000000000364faf0be9bb63e12cc9ba100e6f7fcfe312bcef4d24568 0.14 MB 144 16
308,954 308,954 000000000000000008c30fdec53dddfc87db27d88008748bd000061da0b44153 0.35 MB 320 18
308,953 308,953 0000000000000000009492c814b80f9ddc201d5779230d6ee642e246d83777cf 0.69 MB 1,062 30
308,952 308,952 000000000000000028d82fcfde591fdd457b281b0c8b9e25ddb2e66dbd2c787f 0.18 MB 308 25
308,951 308,951 00000000000000000f9cc70b5cf850aa0557be956003f962761f5c9e32f92570 0.26 MB 483 32
308,950 308,950 0000000000000000074f5fe4b4e81cf4a72d6466bafee6eb10c0a7fb52e57342 0.55 MB 1,053 33
308,949 308,949 000000000000000026757663aca43cc648ae4434c37c1356fae550b0daac943d 0.05 MB 80 26
308,948 308,948 00000000000000000c63e65d99e166b57c643d3f3274310fb66336fdea0018ce 0.25 MB 224 14
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.