Memory Pool Memory Pool Refreshing

876 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 863 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (99,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,035 808,035 000000000000000000043680303e48f69a41c848f42f9330b32fe778ac7379a2 1.51 MB 2,988 27
808,034 808,034 00000000000000000001a9ffc1221193d952dd79291cbedb7c1f0e200564f56d 1.55 MB 2,874 15
808,033 808,033 000000000000000000021bcc67dd160655b96e7791b44e13e3c12bfe8d0e4a85 1.69 MB 2,878 23
808,032 808,032 000000000000000000051ff6af673fbf425d5eeb3728398e7c39ac618217f03c 1.52 MB 2,545 18
808,031 808,031 00000000000000000000eb1fa6f7dcb580ab24cd82ca7fb94d01a20d7cc68b2f 1.39 MB 2,312 22
808,030 808,030 00000000000000000002c1daa24bb420876d3ab4fce6ac0a0ec8d72aad8059ad 1.54 MB 2,993 14
808,029 808,029 00000000000000000001982b7c7393d5ca24d0674ccc0d0d951d77c62f4b286e 1.57 MB 3,508 15
808,028 808,028 0000000000000000000296d90f55a961125f5197856c94fe7d0bef044e2fc502 1.63 MB 3,292 17
808,027 808,027 000000000000000000030295ece321f1b7015727698772fec16320cfbec31f8d 1.53 MB 3,291 21
808,026 808,026 00000000000000000002990b67c141ba1198b7f65d6abf0e394791dd3eb97ead 1.95 MB 5,494 14
808,025 808,025 0000000000000000000284c6c92c3673488bf7dd3da308923bd8c3fec613ee61 1.47 MB 2,543 19
808,024 808,024 00000000000000000001b66238957c6950fe2a1a8a89b1c73936aff2eed612d1 1.60 MB 3,069 20
808,023 808,023 00000000000000000003741e446051a656c0b00b4a9ad10e8f2452bd44bfd41c 1.61 MB 2,970 17
808,022 808,022 00000000000000000000e8dadfdd866f539bba75b396e37b46ac534f02a9a63e 1.71 MB 4,056 16
808,021 808,021 00000000000000000002cd04b9de339c83ed37f62a8e784c70491ebf835ec1b8 1.56 MB 2,933 23
808,020 808,020 0000000000000000000056d5ede83312bb160a1e2ea800ca5811729bc1e7ece1 1.89 MB 5,452 16
808,019 808,019 00000000000000000003b8bbc4dcdf6f224711887ffd63d6bb15c226f6f8bee1 1.87 MB 4,403 15
808,018 808,018 00000000000000000001d9441552d5ba18dd95925e34b2c6e5c48226f2ba0fc6 2.14 MB 5,092 14
808,017 808,017 0000000000000000000124d9ff9a38bfd558bde0df9891443a25151e7ffbe340 1.98 MB 3,929 16
808,016 808,016 00000000000000000002790f67337981c65d014bfb3dd15f6c651865fd0db858 1.44 MB 2,778 20
808,015 808,015 00000000000000000005090642db9bba516a70456160a13d6bae1110d58bc2f3 1.66 MB 3,721 16
Previous 10 blocks ↓
Total Size: 769.28 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,635.48 GB sent, 94.30 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.