Memory Pool Memory Pool Refreshing

511 transactions
0.13 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 511 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (631,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,962 275,962 000000000000000369b391e569c5cfe0430981157a61296cbf8ba2065730d3dc 0.18 MB 307 40
275,961 275,961 00000000000000002591cdc7cf9f1cc049091dc73a682c4aee9eb817af711648 0.01 MB 33 33
275,960 275,960 0000000000000003f6c835de0fc2d1a90de68dc8c0b16bbe873a7419b03f076c 0.12 MB 244 47
275,959 275,959 00000000000000015a7fef66eeb065d6aa69f88b8ae60c8e2e7a0b6d5a310f62 0.15 MB 319 38
275,958 275,958 0000000000000001491b5b16d260abfb66763109eea71870af1a603fefb20f76 0.19 MB 322 39
275,957 275,957 0000000000000002a12c41059d90a46b2b92ed172138ce510e7f21ff5eb87bdf 0.06 MB 142 47
275,956 275,956 00000000000000040e59c54e334002c095f967970bcda404e39e03469ce11d02 0.01 MB 21 25
275,955 275,955 00000000000000032bf811f3c4eb03110cc4b3e20b25145a604f0e22af958f2e 0.20 MB 347 35
275,954 275,954 0000000000000001b6f00acd796b37d8a5542a78afdedb509ddd80e12649d575 0.03 MB 76 116
275,953 275,953 000000000000000370d44e84417e6d0cc869d065080971118435d8269ea5f56d 0.09 MB 147 39
275,952 275,952 0000000000000000df2cda1020f9ac11d27e94a66660504e3e1f5d698c1c832e 0.14 MB 286 35
275,951 275,951 0000000000000000466cbdc18a35f0c0f4fa98bde35f213845b64f02ff7e1451 0.01 MB 25 38
275,950 275,950 00000000000000004929c08cf07828206d37fef032ce053903a1dd5df5dc2791 0.23 MB 461 45
275,949 275,949 0000000000000001a29367b1a2b8c87f7c62c0740573230e0cc090bbe3181619 0.01 MB 34 71
275,948 275,948 00000000000000040f6f23872b9867aaba29514d24e028dcf1dcc8ed8645e052 0.17 MB 261 41
275,947 275,947 0000000000000004a46c75c85d2e267f052b1c1e4ce1f09f810781f234a64802 0.25 MB 534 53
275,946 275,946 00000000000000041edaafd9614f4201ace564d2fd51b3897a5008a23bf4023d 0.11 MB 218 41
275,945 275,945 0000000000000000b987f775e768aea9899b4e4f69d7ea37985dbfa955cda1a1 0.21 MB 342 43
275,944 275,944 0000000000000003f3670729b25ea14ba3a3221ae59241c06576b64f6a18adc2 0.12 MB 205 32
275,943 275,943 00000000000000003e5a0c393076991d7cd42889224fc3699bfa2d82156affa2 0.07 MB 128 67
275,942 275,942 0000000000000003edc72fbc97f317b5ff3cb8f2d37167a15aba2d55169f3050 0.11 MB 190 39
Previous 10 blocks ↓
Total Size: 769.01 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.91 GB sent, 92.84 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.