Memory Pool Memory Pool Refreshing

7,941 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,899 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (573,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,979 333,979 00000000000000001b4ede091b2001cc93b28e477cac29569c7b57798570e660 0.14 MB 512 49
333,978 333,978 000000000000000004c4c153d40526204f8716f4442e9fa6cbb88a089181d382 0.14 MB 268 34
333,977 333,977 000000000000000006b93675ad29d20794a9f79356357961b26edbc53ac9394e 0.34 MB 612 29
333,976 333,976 00000000000000001134937592086f9fda9959bbd572db173e4990795563bb84 0.01 MB 32 27
333,975 333,975 00000000000000000e3ed3a3e6b9d34bf5c8b70e13a483f54963a846eae68ff0 0.59 MB 790 21
333,974 333,974 00000000000000000b22c3a5e69825839ddef6fb01f16b60fd00e830647363b4 0.03 MB 42 11
333,973 333,973 000000000000000003d43e843a7a0be0f22dc5d9250cb6375ade0f82bb67f870 0.14 MB 343 21
333,972 333,972 000000000000000010472c9ad6db668884ec0087f04d7b63c81ffc816967cad4 0.56 MB 922 24
333,971 333,971 00000000000000000c8d6f4371f094941b5b58728580987443c16f54f54b96d2 0.28 MB 517 23
333,970 333,970 000000000000000011b18c0d50607b5201b38f766796d53dad3b38db88ee285c 0.35 MB 529 18
333,969 333,969 00000000000000001a126e336a569e9b2239b822c8d0231acffb1cd6340b52e3 0.90 MB 1,568 27
333,968 333,968 00000000000000000058ad3607e06ce8359a02df01a6def9e8d6a63f9768d8ee 0.02 MB 64 28
333,967 333,967 00000000000000001b172cbe59bb6f986d74412fae2805a1bfe06b70239d24e9 0.19 MB 470 42
333,966 333,966 000000000000000018bc988996cbe0c375d1898c1125d12086ee1b22cf389d8a 0.26 MB 507 25
333,965 333,965 0000000000000000015ca61abf62c638c732333be7fc4868d06020a1020425a6 0.31 MB 573 23
333,964 333,964 0000000000000000165afd296e00b3d6a46e7a09c0fe7a7cf5c7e39503ba6f98 0.19 MB 362 38
333,963 333,963 00000000000000000688d980b06977405bd249f36293e25750738a8e3ff533fc 0.24 MB 482 23
333,962 333,962 000000000000000010d900bc40c03edcfcc8b51310b3b0ea7f6e6ae0d89b7e6a 0.40 MB 744 24
333,961 333,961 00000000000000001203c1ea455e38612bdf36e9967fdead11935c8e22283ecc 0.10 MB 202 25
333,960 333,960 000000000000000016117df1dd233cefcd0778f94a26461a1f6a6f38139e669c 0.01 MB 32 13
333,959 333,959 00000000000000001b26580056aa0e1e9d1606c2792d6a9283cb41834d54f6bb 0.41 MB 795 25
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.39 GB sent, 93.03 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.